
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin: -1px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border: 1px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


.ep_rollbar ul{
	margin-right:0;
	padding: 0;
	list-style: none;
	font-size:10px;
	}
.ep_rollbar li {
	margin-right: 12px;
	list-style: none;
	font-size:10px;
}
.ep_rollbar-h li {
	float: left;
}
.ep_rollbar li a {font-size: 10px;line-height: 14px;}
.ep_rollelem_picBox{ display:block;text-align:center;}
.ep_rollbar li a:hover{ color:#900;}
.ep_rollbar li .ep_rollbar_selected {text-align: center;}

.ep_rollbar_prevbtn,
.ep_rollbar_nextbtn {
	position: absolute;
	z-index: 99;
}

.ep_rollbar_prevbtn, .ep_rollbar_nextbtn {
	cursor: pointer;
}

/* 横向样式 */
.ep_rollbar-h.ep_rollbar {
}
.ep_rollbar-h li {
}

/* 纵向样式 */
.ep_rollbar-v.ep_rollbar {
}
.ep_rollbar-v li {
}

.ep_rollbar_movelocked {/* 当滚动到最后一屏的时候按钮的不可点击样式 */ 
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default !important;
}

.ep_rollbar-h .ep_rollbar_prevbtn{
	left: 0;
	top: 10px;
	width: 14px;
	height: 120px;
	position: absolute;
	background: url("../productbg.png?r=1869") no-repeat -235px 54px;
	padding: 0 3px;
}
.ep_rollbar-h .ep_rollbar_nextbtn{
	right: 0;
	top: 10px;
	width: 14px;
	height: 120px;
	position: absolute;
	background: url("../productbg.png?r=1869") no-repeat -250px 54px;
	padding: 0 3px;
}


/* 高清图rollbar 的纵向移动按钮样式在这里，你可能要弄2个按钮放进你的png 里面，我这里是测试的 */
.ep_rollbar-v .ep_rollbar_prevbtn {
	width: 16px;
	height: 11px;
	background: url("../arrow_prev_v.png?r=1724") no-repeat 0 0;
	top: 0;
	left: 40%;
}
.ep_rollbar-v .ep_rollbar_nextbtn {
	width: 16px;
	height: 10px;
	background: url("../arrow_next_v.png?r=1990") no-repeat 0 0;
	bottom: 0;
	left: 40%;
}