
.paging_ver{
	position:fixed;z-index:110;
	right:17px;top:50%;
	line-height:23px;
	width:18px;
	padding-top:25px;padding-left:3px;
}
.paging_ver a{
	box-sizing:border-box;
	display:block;
	margin:0px auto 8px auto;
	width:15px;height:15px;
	border-radius:15px;
	-moz-border-radius : 15px;
	-webkit-border-radius : 15px;
	-ms-border-radius :15px;
	-khtml-border-radius : 15px;
	-o-border-radius :15px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.8);
}
.paging_ver .sel{
	width:15px;height:15px;
	border-radius:15px;
	border:3px solid #0dcbcb;
	-moz-border-radius : 15px;
	-webkit-border-radius : 15px;
	-ms-border-radius :15px;
	-khtml-border-radius : 15px;
	-o-border-radius :15px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:transparent;
}
.quickMenu{
	position:absolute;
	width:50px;
	top:-166px;
	right:0;
	font-size:0;line-height:0;
}
.quickMenu a{
	display:block !important;
	height:50px;
	width:100%;
	border:none;
	overflow:visible !important;
	transition:margin-left .5s,width .5s;
}
.quickMenu img{
	margin:0;
}
.quickMenu a:hover{
	margin-left:-84px;
	width:135px;
}