/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)
	- modified by dzhus (dzhus.com)
*/

.paginator {
float:left;
font-size:1em;
margin-top:30px;
width:100%;
}
.paginator table {
border:0 none;
border-collapse:collapse;
height:53px;
table-layout:fixed;
width:100%;
}
.paginator table td {
border:0 none;
padding:0;
text-align:center;
white-space:nowrap;
}
.paginator span {
color:#FFFFFF;
display:block;
padding:3px 0;
}
.paginator span strong, .paginator span a {
color:#000000;
font-size:140%;
padding:2px 6px;
}
.paginator span strong {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font-family:arial;
font-size:140%;
font-style:normal;
font-weight:normal;
}
.paginator .scroll_bar {
height:20px;
margin-top:10px;
position:relative;
width:100%;
}
.paginator .scroll_trough {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC url(http://monk.mastertempo.jp/img/stripe.png) repeat scroll 0 0;
height:3px;
overflow:hidden;
width:100%;
}
.paginator .scroll_thumb {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#111111 none repeat scroll 0 0;
font-size:1px;
height:3px;
left:0;
position:absolute;
top:0;
width:0;
z-index:2;
}
.paginator .scroll_knob {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://monk.mastertempo.jp/img/slider_knob.gif) no-repeat scroll 50% 50%;
cursor:pointer;
height:20px;
left:50%;
margin-left:-10px;
overflow:hidden;
position:absolute;
top:-5px;
width:20px;
}
.paginator .current_page_mark {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#00AAFF none repeat scroll 0 0;
height:3px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:3px !important;
z-index:2;
}
.fullsize .scroll_thumb {
display:none;
}
.paginator_pages {
color:#4A4A4A;
float:left;
font-size:85%;
margin-top:-10px;
text-align:right;
width:98%;
}
.paginator span a:hover {
color:#00AAFF;
font-size:140%;
padding:2px 6px;
}
