

/* ############# PAGINATION ########## */
.page-container { 
	float: right;
	margin-bottom: 15px;}

.total-results {	
	float: left;}
.total-results p {
	padding: 4px 5px 0px 0px;
	float: left;}
.total-results .number_of_results {
	float: left;
	width: 35px;
	border: solid 1px #c7c7c7;
	padding: 3px 0px 3px 3px;
	line-height: 23px;
	margin: 0px 5px 0px 0px;}
.pg_pages {float: left;}

.prev-btn {
	float: left;
	height: 23px;
	width: 23px;
	background: url(/images/webmaster/prev-btn.jpg) center right no-repeat;}
.next-btn {
	float: left;
	height: 23px;
	width: 23px;
	background: url(/images/webmaster/next-btn.jpg) center right no-repeat;}
.current {
	line-height: 23px;
	text-align: center;
	width: 17px;
	margin: 0px 3px;
	height: 23px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	background: #969696;}
.pg_pages a:link,
.pg_pages a:active,
.pg_pages a:visited {
	text-decoration: none;
	line-height: 23px;
	text-align: center;
	width: 23px;
	height: 23px;
	float: left;}