/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)
	- modified by dzhus (dzhus.com)
*/
#paginator {
overflow:hidden;
	margin-top:10px;
	margin-left:80px;
	margin-right:50px;
	font-size:12px;
width:470px;
}

.paginator {
overflow:hidden;
	margin-top:10px;
	margin-left:80px;
	margin-right:50px;
	font-size:12px;
width:470px;
}
.paginator table {
overflow:hidden;
	border-collapse:collapse;
	table-layout:fixed;
width:470px;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
}
.paginator span {
	display:block;
	padding:3px 0;
	color:#fff;
}
.paginator span strong,
.paginator span a {
	padding:2px 6px;
color: #666666;
}

.paginator span strong:hover,
.paginator span a:hover {
	background:#d61d1e;
color:#fff;
}

.paginator span strong {
	background:#d61d1e;
color: #fff;
	-moz-border-radius:5px;

	font-style:normal;
	font-weight:bold; 
}

.paginator span strong:hover {
	background:#d61d1e;
color: #fff;
	font-style:normal;
	font-weight:bold; 
}

.paginator span strong:active{
	background:#d61d1e;
color: #fff;
	font-style:normal;
	font-weight:bold; 
}

.paginator .scroll_bar {
width:470px;	
height:20px;
	position:relative;
	margin-top:10px; 
}
.paginator .scroll_trough {
width:470px;	height:4px;
	background:#C7E785;
	overflow:hidden;
	cursor:pointer; cursor:hand;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
 	width:0px; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#333;
	cursor:pointer; cursor:hand;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
 	width:20px; height:20px;
	overflow:hidden;
	background:url(images/slider_knob.gif) no-repeat 50% 50%;
	cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#ff0066;
}

.fullsize .scroll_thumb {
	display:none;
}

.paginator_pages {
	width:100%;
	text-align:center;
	font-size:0.9em; 
	color:#d61d1e;
	margin-top:-10px; 
}
