
.paging_ver{
	position:fixed;z-index:100;
	right:0px;top:50%;
	line-height:23px;
	width:18px;
	padding:30px 30px 30px 20px;
	background-color:white;
	background-color:rgba(255,255,255,0.65);
}
.paging_ver a{
	box-sizing:border-box;
	display:inline-block;
	width:14px;height:14px;
	margin-bottom:5px;

	border-radius:14px;
	-moz-border-radius : 14px;
	-webkit-border-radius : 14px;
	-ms-border-radius :14px;
	-khtml-border-radius : 14px;
	-o-border-radius :14px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:5px solid #000000;
	border:1px solid #15558a;

	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	filter: dropshadow(color=#000000, offx=2, offy=2);
	display: block; /* that's the important part */
}
.paging_ver .sel{
	background-color:#15558a;
	border:none;
}
.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;
}