/************************* PAGINATION **************************************/
ul.pager{
	font:11px Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	color:#3d3d3d;
	margin:0 auto;
	padding:0;
}
ul.pager li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
ul.pager a,
ul.pager a:visited{
	padding: 5px 12px;
	text-decoration: none;
	background-color: inherit;
	color: #3D3D3D;
	font-weight: bold;
	background-color:#EECA8E;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.pager a:hover,
ul.pager a:active{
	color: #ffffff;
	background-color:#FF9900;
	text-decoration: none;
}
ul.pager li.pager-current{
	font-weight: bold;
	padding: 5px 12px;
	background-color:#FF9900;
	color: #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.pager li.disablepage{
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}
ul.pager li.nextpage{
	font-weight: bold;
}
* html ul.pager li.pager-current,
* html ul.pager li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	padding-right: 9px;
	padding-left: 9px;
}
/************************* PAGINATION **************************************/