@charset "utf-8";

/*图片放大镜样式*/
.jqzoom {
    float: left;
    border: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: block;
    text-align: center;
}

.pic-left img{
    max-width: inherit;
	max-height:350px;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width:350px;
    height:350px;
    display: none;
    text-align: center;
    overflow: hidden
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background:url("/images/mask.png") repeat scroll 0 0 transparent;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width:350px;
    height:350px;
	border:1px solid #e5e5e5;
	overflow: hidden;
	
}

.spec-scroll {
    clear: both;
    margin:15px auto;
	position:relative;
	padding: 0 28px;
}

 

.spec-scroll .items {
    position: relative;
	width: 100%;
	height: 80px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 80px
}

.spec-scroll .items ul li {
    float: left;
    width:80px;
	margin-right:20px;
    text-align: center;
    position: relative;
}
.spec-scroll .prev{
    cursor:pointer;
    width:20px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    background:url("/images/left2.png") no-repeat center center;

}
.spec-scroll .prev:hover{
    background:url("/images/left2h.png") no-repeat center center;
}
.spec-scroll .next{
    cursor:pointer;
    width:20px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    z-index:5;
    background:url("/images/right2.png") no-repeat center center;
}
.spec-scroll .next:hover{
background:url("/images/right2h.png") no-repeat center center;
}
.spec-scroll .items ul li .pic {
    border: 1px solid #e5e5e5;
    width:74px;
    height:74px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.spec-scroll .items ul li .pic img{
    max-width:100%;
  }

.spec-scroll .items ul li:hover .pic {
    border: 1px solid #0083cb;
}

.spec-scroll .items ul li:hover i{
    display: block;
}
<!--0.00021696090698242-->