
/*//////////////////////////////////////////////////////////////*/
#preview{margin:0 auto; text-align:center;}
.jqzoom{ width:385px; height:256px;position:relative;}

/* 小图片列表 */
#spec-n5{width:386px; height:75px; padding-top:6px; overflow:hidden;}

#spec-list {
    display: inline;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    width: 355px;
}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:89px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:80px; height:56px;}

#spec-left {
    cursor: pointer;
    float: left;
    height: 45px;
    margin-top: 17px;
    width: 10px;
}
#spec-right {
    cursor: pointer;
    float: left;
    height: 45px;
    margin-top: 17px;
    width: 10px;
}
/* 放大效果区 */
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:800px;height:800px;border:1px solid #e4e4e4;display:none;overflow: hidden;}
.bigimg{width:1050px;height:771px;}

/* 鼠标放大区域 */
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#cccccc 20% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=40);cursor:move;}













