@charset "gb2312";

.pages{
	text-align: center;
}
#page {
    display:inline-block; /* ÏÖ´úä¯ÀÀÆ÷ +IE6¡¢7 inline ÔªËØ */  
	*display:inline; /* IE6¡¢7 block ÔªËØ */  
	*zoom:1;  
    margin-top:50px;
}
.page {
    text-align: center;
}
.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}
.pagingUl li {
    float: left;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.pagingUl li a {
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    color: #96a4ac;
    border: 1px solid #e1e1e1;
    background: #ffffff;
}
#page .prv,
#page .next {
    width: 56px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    background: #ffffff;
    color: #96a4ac;
    border: 1px solid #e1e1e1;
    margin-right: 3px;
}
#page .prv {
    margin-right: 10px;
}
.first,
.last {
    width: 56px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;    
    color: #96a4ac;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
}
#page .prv:hover,
#page .next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #d60000!important;
    color: #FFFFFF!important;
    border: 1px solid #d60000 !important;
}
