﻿.picmax{ width:502px;float: left; height:auto; margin:0 auto; overflow:hidden;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;height:350px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:500px;height:352px;background:#ffffff;border:1px solid #CCCCCC;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 ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:500px;height:352px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:5px;width:500px;}
.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: 20px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #f3f3f3;
    background: #ebebeb;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}
.spec-scroll .items{float:left;position:relative;width:450px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:85px;text-align:center;cursor: pointer;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:70px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}