div#pagination{
	border:0; 
	margin:0 0 12px 0;
	width:789px;
	height:32px;
}
#pagination div{
	border:0; 
	margin:0; 
	padding:0;
	list-style:none;
	float:left;
	color:#fbbf39;
}
#pagination a{
	margin-right:4px;
	display:block;
	float:left;
	width:13px;
	cursor:pointer;
	height:18px;
	text-indent:-9999px;
	background:url(/images/icons/file_html.png) 0 4px no-repeat;
}

#pagination .next a,
#pagination .previous a {
	border:none;
	padding-top:4px;
	margin-left:12px;
	text-indent:0;
	background:none;
	width:76px;
}
#pagination .next a:hover,
#pagination .previous a:hover
{
	border:none;
	text-decoration:underline;
}
#pagination .active a{
	display:block;
	float:left;
	margin-right:4px;
	background:url(/images/icons/file_html.png) 0 -18px no-repeat;
}
#pagination .active a{
	cursor:default;
}
#pagination a:link,
#pagination a:visited {
	display:block;
	float:left;
	padding:2px;
	text-decoration:none;
}
#pagination a:hover{
	border-bottom:1px solid #fbbf39;
	text-decoration:none;
}