/*.paginate {
	height: 20px;
	margin-top: 5px;
	padding: 0 5px;
}     

.paginate .back {
	border: 1px solid #454645;
	float: left;
	width: 95px;
}  */

.next_page, .prev_page {
	color: #202425;
 	display: block;                                                                   
	float: left;
	font-size: 11px;
	height: 15px;
	margin: 0;	
}

.prev_page {
	background: transparent url('/images/new_layout/paginate_back.png') no-repeat 0 0;
	padding: 2px 0 0 20px;
	width: 80px;
}

.next_page {
	background: transparent url('/images/new_layout/paginate_next.png') no-repeat 0 0;
	padding: 2px 0 0 6px;
	width: 94px;
}         

.next_page:hover, .prev_page:hover { 
	background-position: 0 -17px; 
	color: #202425;
}

.pagination .disabled {
	color: #CCCCCC;
}

.pagination .disabled:hover {
	background-position: 0 0;
	color: #CCCCCC;
}            

.separators {
	background-color: #404040;
	color: #c3c3c3;
	float: left;  
	font-size: 10px;           
	height: 17px;     
	line-height: 17px;
	margin: 0 12px;
	text-align: center;  
	width: 495px;
}              

.separators a {
	color: #c3c3c3;
	font-size: 10px;
	text-decoration: none; 
}

.separators .current {
	color: #818181;
	font-size: 12px;
}

.pagination_container {
	margin: 2px 0 0 6px;
}