#pager{
	text-align:center; 
	vertical-align:bottom;
}


#pager p{
	margin:18px 0 0 0;
	padding:0;
	vertical-align:bottom;
}
#pager p span{
/*	width:14px;
	height:13px;*/
	padding-top:5px;
	margin:0 2px;
	cursor:pointer;
	font-size:13px;
}
#pager p span.page-number{
	width:40px;
	height:40px;
	border:1px solid #999;
	vertical-align:middle;
	background-color:#fff;
	color:#999;
	padding-top:8px;
    font-size:16px;
    cursor:pointer;
    display:inline-block;
	position: relative;
	top: -1px;
}
#pager p span.pgCurrent{
	vertical-align:middle;
	background-color:#000;
	border:1px solid #000;
	color:#fff;
	font-size:16px;
	font-weight:500;
	cursor:pointer;
	display:inline-block;
	position: relative;
	top: -1px;
	/*border-radius: 50px 50px 50px 50px; 
    -moz-border-radius:50px 50px 50px 50px;  
    -webkit-border-radius: 50px 50px 50px 50px;
    */  
        
}
#pager p span.first{ 
	display:inline-block; 
	width:40px; height:40px;
	border:1px solid #999;
	position:relative;
	top:-3px;
	background:url("/resources/img/203/blit_left2.png") no-repeat 10px 12px;}
#pager p span.prev{ 
	margin-right:10px;
	display:inline-block; 
	width:40px; height:40px;
	border:1px solid #999; 
	position:relative;
	top:-3px;
	background:url("/resources/img/203/blit_left.png") no-repeat 16px 12px;}
#pager p span.next{	
	margin-left:10px;
	display:inline-block; 
	width:40px; height:40px;
	border:1px solid #999;
	position:relative;
	top:-3px;
	background:url("/resources/img/203/blit_right.png") no-repeat 16px 12px;
	}
#pager p span.last{	
	display:inline-block; 
	width:40px; 
	height:40px;
	border:1px solid #999;
	position:relative;
	top:-3px;
	background:url("/resources/img/203/blit_right2.png") no-repeat 11px 12px;}