#pager {padding:10px 0;}
#pager .header{}
#pager a, #pager span{
	float: left;
	height: 28px;
	padding: 3px 16px;
	border: 1px solid #CCC;
	margin-left: 2px;
	font-family: arial;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#pager .cur, #pager .text{
	border:none;
	padding: 3px 16px;
	border: 1px solid #abcdef;

}
#pager a:link, #pager a:visited {
color: #005AA0;
}
#pager a:hover, #pager a:active {
background: #abcdef;
color: white;
}
#pager a.cur:link, #pager a.cur:visited{
	color: #fff;
	background: #abcdef;
	text-decoration: none
}
#pager a:hover, #pager a:active {
background: #abcdef;
color: white;
text-decoration: none;
}
#pager .prev, #pager .prev-disabled {
padding-left: 12px;
}
#pager .prev-disabled, #pager .next-disabled {
color: #cccccc;
cursor: default;
text-decoration: none
}
#pager .prev, #pager .next, #pager .prev-disabled, #pager .next-disabled {
position: relative;
padding: 3px 16px;
height: 28px;
line-height: 28px;
text-decoration: none
}