.pagination.standard {

}
.pagination .button, .pagination .button {
	color:#b1b1b1;
	background-color:#fff;
	box-shadow:inset 0 -4px 0 0 #b1b1b1;
	width: 50px;
	padding-left: 0;
	padding-right: 0;
}
.pagination .button:hover, .pagination .button.active {
	color:#fff;
	background-color:#f65543;
	box-shadow:inset 0 -4px 0 0 #e13522;
}


/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)
	- modified by dzhus (dzhus.com)
*/
.paginator {
	margin-top:60px;
	font-size:1em;
	width: 779px;
	margin: auto;
	font-size: 0.75em;
	font-weight: bold;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
	line-height: 26px;
}
.paginator span {
	display:block;
	color:#fff;
	width: 53px;
	height: 49px;
}

.paginator span a, .paginator span strong {
	background: #fff;
	box-shadow: inset 0 -4px 0 0 #b1b1b1;
	display: block;
	width: 40px;
	font-weight: bold;
	height: 40px;
	line-height: 36px;
	color: #b1b1b1;
	border-radius: 4px;
	font-size: 14px;
}

.paginator span a:hover, .paginator span strong {
	background: #f65543;
	box-shadow: inset 0 -4px 0 0 #e13522;
	color: #fff;
	text-decoration: none;
}

.paginator .scroll_bar {
	width:100%;	height:30px;
	position:relative;
	margin-top:10px; 

}
.paginator .scroll_trough {
	width:100%;
	background: url(../img/pagination_bar.png) no-repeat center;
	height: 22px; 
	overflow: hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	top:0; left:0;
	font-size:1px;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:30px; height:30px;
	overflow:hidden;
	background:url(../img/pagination_knob.png) center 3px no-repeat;
	cursor:pointer;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
}

.fullsize .scroll_thumb {
	display:none;
}

.paginator_pages {
	width:100%;
	text-align:right;
	font-size:0.8em; 
	color:#808080;
	margin-top:-10px; 
}

