#preview {
    float: none;
    margin: 0px 0 20px 5px;
    text-align: center;
    width: 342px;
}

.jqzoom {
    width: 342px;
    height: 342px;
    position: relative;
}

.jqzoom img {
    border: 1px solid #e8e8e8;
}

.zoomdiv {
    left: 859px;
    height: 400px;
    width: 400px;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 345px;
    height: 56px;
    padding-top: 6px;
    overflow: hidden;
}

#spec-left {
    background: url(/images/left.gif) no-repeat;
    width: 10px;
    height: 45px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
}

#spec-right {
    background: url(/images/right.gif) no-repeat;
    width: 10px;
    height: 45px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
}

#spec-list {
    width: 313px;
    float: left;
    overflow: hidden;
    margin-left: 4px;
    display: inline;
    margin-top: 10px;
}

#spec-list ul li {
    float: left;
    margin-right: 0px;
    display: inline;
    width: 52px;
}

#spec-list ul li img {
    padding: 2px;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
}

#n {
    margin: 10px auto;
    width: 920px;
    border: 1px solid #CCC;
    font-size: 12px;
    line-height: 30px;
}

#n a {
    padding: 0 4px;
    color: #333
}


/*jqzoom www.divcss5.com */

.jqzoom {
    position: relative;
    padding: 0;
    border: none!important;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    width: 300px;
    height: 300px;
    background: url(/images/loading.gif) #fff no-repeat center center;
    border: 1px solid #e8e8e8!important;
    display: none;
    text-align: center;
    overflow: hidden;
}

.bigimg {
    width: 600px;
    height: 600px;
    border: none!important;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: none!important;
    background: #FEDE4F 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list div {
    margin-top: 0;
    *margin-left: 0;
}