﻿.jsPaging { text-align:center; }

.jsPaging ul {  font-size:11px; }

.jsPaging ul li {
    /* display:inline-block;  color:#282828; font-size:13px; width:21px; height:21px; line-height:21px; 
    vertical-align:middle; padding-left:1px; padding-right:1px; */
    display: inline-block;
    width: 36px;
    height: 37px;
    line-height: 37px;
    font-size: 13px;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(100,100,100,.3);
    margin: 0 4px;
}

.jsPaging ul li.selected {
    /* background:url('');  color:#d4036a; font-weight:bold;  */
    display: inline-block;
    width: 36px;
    height: 37px;
    line-height: 37px;
    font-size: 13px;
    text-align: center;
    background: #222;
    color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(100,100,100,.3);
    margin: 0 4px;
}

.jsPaging ul li:hover {      
    cursor:pointer;
    /* color: #0080ff; */
}

/* .jsPaging ul .btn_first					{background:url('/c/assets/images/btn_first.gif') no-repeat;}
.jsPaging ul .btn_prev					{background:url('/c/assets/images/btn_prev.gif') no-repeat; margin-right:10px;}
.jsPaging ul .btn_next					{background:url('/c/assets/images/btn_next.gif') no-repeat; margin-left:10px;}
.jsPaging ul .btn_end					{background:url('/c/assets/images/btn_last.gif') no-repeat;} */



/*#paging {  font-size:11px; }

#paging li { display:inline-block;  color:#282828; font-size:13px; width:21px; height:21px; line-height:21px; 
             vertical-align:middle; padding-left:1px; padding-right:1px;
}

#paging li.selected {background:url('');  color:#d4036a; font-weight:bold; }

#paging li:hover {      
    color: #0080ff; cursor:pointer;
}

#paging .btn_first					{background:url('/images/board/btn_first.gif') no-repeat;}
#paging .btn_prev					{background:url('/images/board/btn_prev.gif') no-repeat; margin-right:10px;}
#paging .btn_next					{background:url('/images/board/btn_next.gif') no-repeat; margin-left:10px;}
#paging .btn_end					{background:url('/images/board/btn_last.gif') no-repeat;}*/

