#pager .header{}
#pager a, #pager span{
	float: left;
	height: 30px;
	padding: 3px 10px;
	border: 1px solid #CCC;
	margin-left: 2px;
	font-family: arial;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#pager .cur, #pager .text{
	border:none;
	padding: 4px 11px;
}
#pager a:link, #pager a:visited {
color: #005AA0;
}
#pager a:hover, #pager a:active {
background: #005AA0;
color: white;
}
#pager a.cur:link, #pager a.cur:visited{
	color: #F60;
	font-weight: bold;
}
#pager a:hover, #pager a:active {
background: #005AA0;
color: white;
text-decoration: none;
}
#pager .prev, #pager .prev-disabled {
padding-left: 12px;
}
#pager .prev-disabled, #pager .next-disabled {
color: #cccccc;
cursor: default;
}
#pager .prev, #pager .next, #pager .prev-disabled, #pager .next-disabled {
position: relative;
padding-top: 5px;
height:30px;
line-height: 18px;
}