/*图片放大镜样式*/
.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:350px; height:350px; background:#000; border:1px solid #ccc; 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:350px; height:350px; border:1px solid #ccc; }
.spec-scroll { clear:both; margin-top:5px; width:352px; }
.spec-scroll .prev { float:left; margin-right:4px; }
.spec-scroll .next { float:right; }
.spec-scroll .prev, .spec-scroll .next { display:block; font-family:"宋体"; text-align:center; width:10px; height:54px; line-height:54px; border:1px solid #CCC; background:#EBEBEB; cursor:pointer; text-decoration:none; }
.spec-scroll .items { float:left; position:relative; width:322px; height:56px; overflow:hidden; }
.spec-scroll .items ul { position:absolute; width:999999px; height:56px; }
.spec-scroll .items ul li { float:left; width:64px; text-align:center; }
.spec-scroll .items ul li img { border:1px solid #ccc; padding:1px; width:50px; height:50px; cursor:pointer;}
.spec-scroll .items ul li img:hover,.spec-scroll .items ul li img.hover { border:1px solid #20B7FF; padding:1px; }
