@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;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width:549px;
    height:332px;
    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("/css/../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:316px;
    height:408px;
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: 96px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 96px
}

.spec-scroll .items ul li {
    float: left;
    width:76px;
margin-right:15px;
    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("/css/../images/left2.png") no-repeat center center;

}
.spec-scroll .prev:hover{
background:url("/css/../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("/css/../images/right2.png") no-repeat center center;
}
.spec-scroll .next:hover{
background:url("/css/../images/right2h.png") no-repeat center center;
}
.spec-scroll .items ul li .pic {
    border: 1px solid #e5e5e5;
    width:74px;
    height: 96px;
    margin:0 auto;
}
.spec-scroll .items ul li .pic img{
    max-width:100%;
  }

.spec-scroll .items ul li:hover .pic {
    border: 1px solid #e3472e;
}

.spec-scroll .items ul li:hover i{
    display: block;
}
