.paging_ver{
	position:fixed;z-index:100;
	right:47px;top:50%;
	line-height:30px;
}
.paging_ver a{
	display:block;
	position:relative;margin:2px 0;
	width:18px;height:18px;line-height:18px;
	font-size:10px;text-align:center;
	background:url(../images/page_off.png) no-repeat center;
}
.paging_ver p{
	display:inline-block;*display:inline;_display:inline;
	width:10px;height:18px;
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:width 0.5s;
}
.paging_ver .sel p{
	background-image:url(../images/page_on.png);
	width:18px;
}
.circleBtn{
	display:inline-block;*display:inline;_display:inline;
	margin-left:10px;
	width:75px;height:75px;line-height:75px;
	text-align:center;
	background:url(../images/circleBtn_off.png) no-repeat center;
}
.circleBtn:hover{
	background:url(../images/circleBtn_on.png) no-repeat center;
}
.circleBtn p{
	display:inline-block;*display:inline;_display:inline;
	font-size:13px;line-height:18px;
	color:#fff;vertical-align:middle;
}
.cpage{background-color:#fff;}
.all_wrap{margin:10px;}