.paginator {
margin-top:1.1empx;
margin-left:20px;
text-align:center;
font-size:11px;
font-weight:normal;
line-height:14px;
text-align:left;
}

.paginator table {
border-collapse:collapse;
/*width:100%;*/
}

.paginator table td {
padding:0;
white-space:nowrap;
}

.paginator .scrollbar {
width:100%;
height:20px;
position:relative;
}

.paginator .scrollbar .line {
width:100%;
height:2px;
background:#f3f5ee;
overflow:hidden;
}

.paginator .scrollbar .slider {
position:absolute;
width:3px;
height:2px;
top:0;
left:0;
font-size:1px;
background:#496220;
}

.paginator .scrollbar .current_page_point {
position:absolute;
top:0;
left:0;
width:2px;
height:2px;
overflow:hidden;
background:#ff6c24;
}

.paginator .scrollbar .slider_point {
position:absolute;
top:0px;
left:50%;
margin-left:-20px;
width:40px;
height:7px;
overflow:hidden;
background:url(/i/pages-on.gif) 50% 0 no-repeat;
cursor:pointer;
cursor:hand;
}

.fullsize  .scrollbar .slider {display:none;}

.pages {
margin:0 0 0 -50px;
padding:0 0 0 108px;
position:relative;
width:100%;
}


#total_pages {
position:relative;
top:-57px;
//top:-59px;
left:-112px;
width:108px;
background:#f2f4ed;
text-align:right;
color:#6d6d6d;
padding:13px 8px 7px 0;
margin:0 9px -3.5em 0;
line-height:1.4em;
}

#total_pages BIG {
font-size:160%;
}
