 /*��ҳ��ʽ*/
 
 DIV.pager {
 	height: 40px;
 	line-height:40px;
 	PADDING: 0 0px 80px 0px;
 	TEXT-ALIGN: center
 }
 


 .pager laber{
	display: inline-block;
    color: #000;
    text-align: center;
    border: 1px solid #d1d7d7;
    transition: all .5s linear;
    font-family: "Arial";
    vertical-align: top;
    margin: 0 5px;
    border-radius: 50%;
    line-height: 38px;
    color: #fff;
    background: #d03333;
    border-color: #d03333;
	width:40px;
	height:40px;
	
 }
.pager a{
		display: inline-block;
    color: #000;
    text-align: center;
    transition: all .3s linear;
    font-family: "Arial";
    vertical-align: top;
    margin: 0 5px;
    border-radius: 50%;
    line-height: 38px;
	width:40px;
	height:40px;
	border:1px solid #ccc;
}
.pager a:hover{
	background:#d03333;
	color:#fff;
	border:1px solid #d03333;
}
