.pagination {
            font-size: 100%;
height:35px; margin-top:15px;
        }
        
.pagination a {
    text-decoration: none;
	
	color: #15B;
isplay:inline; float:left; margin-right:5px; width:28px; height:28px; line-height:28px; text-align:center; color:#535353; background-color:#f0f1f1;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
    width:28px; height:28px; line-height:28px; text-align:center; 
}
/*
.pagination .current {
    background: #ac0203;
    color: #fff;
	
}
*/
.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:url("../image/ww_icon.png") no-repeat scroll 0 -838px rgba(0, 0, 0, 0);

}

 .pagination .current.next{
	color:#999;
	border-color:#999;
	background:url("../image/ww_icon.png") no-repeat scroll 0 -918px rgba(0, 0, 0, 0);

}
.current .page_pre {
	border-color:#999;
	
}
 .pagination .current.page_pre {
	
	background:url("../image/ww_icon.png") no-repeat scroll 0 -838px rgba(0, 0, 0, 0);
}

 .pagination .current.page_prea {
	background: #f0f1f1;
color:#999;
	}

.pagination .current.page_next {
	
	background:url("../image/ww_icon.png") no-repeat scroll 0 -918px rgba(0, 0, 0, 0);
}


.pagination .current.page_nexta {
	background: #f0f1f1;
color:#999;
	}


/*
.phone,.search_inp, .icon, .login_inp, .page_pre, .page_next{ background:url(../image/ww_icon.png) no-repeat;}
.page{ height:35px; margin-top:15px;}
.page a{ display:inline; float:left; margin-right:5px; width:35px; height:35px; line-height:35px; text-align:center; color:#535353; background-color:#f0f1f1;}
.page a:hover{ color:#535353; text-decoration:none;}
.page_pre{ background-position: 0 -838px; text-indent:-9999px;}
.page_next{ background-position:0 -918px; text-indent:-9999px;}
.page .page_cur{ background-color:#ac0203; color:#fff;}
.page .page_cur:hover{ color:#fff;}
*/