#preview
{
    text-align: center;
    width: 450px;
}
.jqzoom
{
    width: 450px;
    height: 450px;
    float:left;
    position: relative;
    border: 1px solid #E6D0AA;
    margin: 0 auto;
    padding: 0;
}
.jqzoom img
{
    max-width: 450px;
    max-height: 450px;
    position: relative;
}
.zoomdiv
{
    left: 1100px;
    height: 400px;
    width: 400px;
    z-index: 100;
    position: absolute;
    top: 1px;
    width: 400px;
    height: 400px;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    overflow: hidden;
}
.list-h li
{
    float: left;
    margin: 0px;
    padding: 0px;
}
#spec-n5
{
    width: 450px;
    height: 56px;
    padding-top: 6px;
    overflow: hidden;
}
#spec-left
{
    width: 10px;
    height: 45px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}
#spec-right
{
    width: 10px;
    height: 45px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}
#spec-list
{
    width: 400px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
    position:relative;margin-right:6px;
    margin-top:0;margin-left:10px; *margin-left:10;
}
#spec-list ul li
{
    float: left;
    margin-right: 0px;
    display: inline;
    width: 62px;
}
#spec-list ul li img
{
    padding: 2px;
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    cursor: hand;
}
.bigimg
{
    width: 800px;
}
.jqZoomPup
{
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #ffffff 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}
