#MagnifierWrap2{position: relative;width: 390px;}
.MagnifierMain{position: relative;width: 390px;height: 390px; border:1px solid #ddd;}
.MagnifierMain img{width: 100%; height:100%;}

.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}

.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}

.spec-items{position: relative;width: 346px;height: 82px;overflow: hidden;padding-top: 10px;margin: 0 auto;}
.spec-items ul{width: 500%;position: absolute;top: 10px;left: 0;}
.spec-items ul *{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-items li{
	width:80px;height: 80px;float: left;overflow: hidden;margin-right: 6px;border: 1px solid #cdcdcd;cursor: pointer;
	
}
.spec-items li.on{border:1px solid #cd0819;}
.spec-items li img{
	width: 80px;
	height:80px;
}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 16px;height: 66px;line-height: 66px;font-family: "黑体";text-align: center;font-size: 18px; background:#f0f0f0;color: #fff;cursor: default;}
span.on{ background:#c6c6c6;cursor: pointer;}
span.spe_leftBtn{left: 0; bottom:8px;}
span.spe_rightBtn{right: 0; bottom:8px;}