.lay-panel * {
    font-size: 13px;
    vertical-align: middle;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    padding: 0;
    margin: 0;
}

.lay-panel li {
    float: left;
    list-style-type: none;
    height: 28px;
    min-width: 28px;
    list-style-type: none;
    border: 1px solid #e0e1e3;
    line-height: 28px;
    text-align: center;
    margin: 0 5px 0 0;
}

.lay-panel li a {
    display: block;
    width: 100%;
    height: 100%;
}

.lay-item-prev, .lay-item-next {
    min-width: 50px !important;
}

.lay-item-active {
    background: #0856a0 !important;
}

.lay-item-active a {
    color: white;
}

.lay-panel a:hover {
    background: #0856a0 !important;
    color: white;
}

.lay-item-cnt {
    padding: 0 5px !important;
    cursor: no-drop;
    min-width: 50px !important;
}

.lay-item-hide {
    cursor: no-drop;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.6;
    color: gray;
}

.lay-item-hide a:hover {
    background: white !important;
    color: gray !important;
}

