#pagination
{
	margin:0px;
	padding:0px;
	float:left;
	margin-top:5px;
	margin-bottom:30px;
	border-bottom:1px solid #ededed;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
}
#pagination li
{
	float: left;
	list-style:none;
	margin-left:5px;
	font-size:0.8em;

}
#pagination a:link,
#pagination a:visited {
	color:#007eba;
	text-decoration:none;
}
#pagination .previousSet
{
	background-image: url('/images/paginationPrevious.png');
	background-repeat: no-repeat;
	width:68px;
	height:21px;
}

#pagination .previousDisabled
{
	background-image: url('/images/paginationPreviousDisabled.png');
	background-repeat: no-repeat;
	width:68px;
	height:21px;
}
li#previous a
{
	width:80px;
	height:21px;
	display:block;
}
li#previous  span
{
	display: none;
}

#pagination .nextSet
{
	background-image: url('/images/paginationNext.png');
	background-repeat: no-repeat;
	width:54px;
	height:21px;
}

#pagination .nextDisabled
{
	background-image: url('/images/paginationNextDisabled.png');
	background-repeat: no-repeat;
	width:54px;
	height:21px;
}
li#next a
{
	width:54px;
	height:21px;
	display:block;
}
li#next  span
{
	display: none;
}
#pagination .active
{
	color:#007eba;
	font-weight:bold;
}