﻿
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: block;
    height: 100%;
}

    .jqzoom img {
        width:100%;
        height:100%;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}


.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 100%;
    height: 100%;
  border: 1px solid #e8e8e8;
  border-radius:5px;
}

.spec-scroll {
    clear: both;
    margin-top: 30px;
    width: 100%;
    overflow:hidden;
}

.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: 85%;
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: 2px;
width: 50px;
height: 50px;
}

.spec-scroll .items ul li img:hover {
border: 2px solid #f60;
padding: 1px;
}


