.pagination 		{	float: left; padding: 0 12px; display: inline; position: relative; }
.pagination ul 	{	bottom: -9px; left: 12px; padding:0; position:absolute; width:490px; }
.pagination ul li { float: left; }
.pagination ul li.next { float: right; }
a:hover 	{ text-decoration: none; }

.prev a, .next a {
	background-position: 0 -34px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 30px;
	text-indent: -10000px;
	width: 89px;
}

.prev a {
	background-image: url(/images/pagination/pagination-prev.gif);
}

.prev a:hover {
	background-position: 0 0;
}

.next a {
	background-image: url(/images/pagination/pagination-next.gif);
	float: right;
}

.next a:hover {
	background-position: 0 0;
}

.page a, .current a, .last_page a {
	background-image: url(/images/pagination/pagination-btn.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	margin: 0 0 0 5px;
	padding: 8px 0 0 0;
	text-align: center;
	width: 28px;
}

.page a, .last_page a {
	background-position: 0 -30px;
	color: #fff;
}

.current a {
	background-position: 0 0;
	color: #000;
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	padding: 8px 0 0 0;
	text-align: center;
	width: 28px;
}

.page.current a {
	padding: 8px 0 0 0;
}

.page.current a:hover {
	color: #000;
}

.page a:hover, .last_page a:hover {
	background-position: 0 0;
	color: #000;
}

.current a:hover {
	color: #000;
	text-decoration: none;
}

.dotdotdot {
	color: #fff;
	display: inline;
	float: left;
	font-weight: bold;
	height: 19px;
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
	width: 12px;
}

/**** PREV NEXT PAGINATION STYLES ***/

.pagination.prevNext {
	height: 29px;
	margin: 0 auto;
	position: relative;
	width: 238px;
}

.pagination.prevNext ul 	{
	bottom:-27px;
	left: 139px;
	margin: 0 auto;
	width: 0 !important;
}

.pagination.prevNext li a {
	bottom: 10px;
	height: 29px;
	position: absolute;
	text-indent: -10000px;
}

.pagination.prevNext .prev a, .pagination.prevNext .prev a:hover  {
	background: url(/images/btnScroller-prev.gif) no-repeat left top;
	width: 117px;
}

.pagination.prevNext .next a, .pagination.prevNext .next a:hover {
	background: url(/images/btnScroller-more.gif) no-repeat left top;
	width: 124px;
	margin: 0 0 0 113px;
}

