﻿﻿

@charset "utf-8";
/* CSS Document */
ol, ul {
    list-style: none outside none;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/*图片放大镜样式*/
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.jqzoom img {
    max-height: 280px
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px;
    height: 280px;
    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 /*url(../images/zoom.png) 50% center no-repeat*/;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
    width: 330px;
    height: 267px;
    border: 1px solid #DFDFDF;
}

.spec-scroll {
    clear: both;
    width: 332px;
    margin-top: 10px;
}

.spec-scroll .picprev {
    float: left;
    margin-right: 8px;
}

.spec-scroll .picnext {
    float: right;
}

.spec-scroll .picprev, .spec-scroll .picnext {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 290px;
    height: 50px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 50px;
}

.spec-scroll .items ul li {
    float: left;
    width: 52px;
    text-align: center;
    border: none;
    margin-right: 7px;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    width: 50px;
}
