@charset "utf-8";

#page {
    display: inline-block;
    _display: inline;
    *display: inline;
    *zoom: 1;
    margin: auto;
    border-right:1px solid #e0e1e2;
}
.page {
	height: 40px;
    text-align: center;
    margin:45px auto 0px auto;
}
.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 40px;
}
.pagingUl li {
    float: left;
}
.pagingUl li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e0e1e2;
    border-right:none;
}
#page .prv,
#page .next {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e0e1e2;
    border-right: none;
    font-size:0;
}
#page .prv a,
#page .next a {
    display:block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    border-right: none;
    font-size:0;
}
#page .prv{
	background:url(../images/pagev.png) center no-repeat;
}
#page .prv:hover{
	background:url(../images/pagevo.png) center no-repeat;
}
#page .next{
	background:url(../images/pagen.png) center no-repeat;
}
#page .next:hover{
	background:url(../images/pageno.png) center no-repeat;
}
.first,
.last {
    width: 58px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #666666;
    border: 1px solid #e0e1e2;
    font-size: 14px;
    border-right: none;
}
.first a,
.last a {
    display:block;
    width: 58px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    border-right: none;
}
.first a:hover,.last a:hover {
    background-color: #d92222!important;
    color: #fff!important;
    border-right: none !important;
}
#page .prv:hover,
#page .next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #d92222!important;
    color: #fff!important;
    border: 1px solid #d92222!important;
    border-right: none !important;
}
