/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:450px;height:450px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:450px;height:450px;}

.spec-scroll{clear:both;margin-top:25px;width:1100px;}
.spec-scroll .prev{
	float: left;
    height: 265px;
    width: 30px;
    background-image: url(../../images/left.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;

}
.spec-scroll .next{
	float:right;
	background-image: url(../../images/right.png);
    height: 265px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.spec-scroll .items{
	float:left;
	position:relative;
	width:1020px;
	height:265px;
	overflow:hidden;
}
.spec-scroll .items ul{
	position:absolute;
	width:999999px;
}
.spec-scroll .items ul li{
	float:left;
	width:340px;
	text-align:center;
}
.spec-scroll .items ul li img{
	width:265px;
	height:265px;
}
