.jqzoom {
position: relative;
padding: 0;
}
#spec-n5 {
width: 476px;
height: 88px;
padding-top: 0px;
margin: 0px;
overflow: hidden;
}
#spec-left {
background: url(images/left.gif) no-repeat;
width: 10px;
line-height:80px;
height: 45px;
float: left;
cursor: pointer;
margin-top: 20px;
}
#spec-list {
position: relative;
width: 430px;
float: left;
overflow: hidden;
display: inline;
margin: 2px auto 0px;
padding:0px 10px;
}
#spec-list ul li {
float: left;
display: inline;
width: 92px;margin: 0px 8px;
}
#spec-list ul li img {
padding: 2px;
border: 1px solid #ccc;
width: 80px;
height: 80px;
}
#spec-right {
background: url(images/right.gif) no-repeat;
width: 10px;
line-height:80px;
height: 45px;
float: left;
cursor: pointer;
margin-top: 20px;
}
.jqZoomPup {
z-index: 10;
visibility: hidden;
position: absolute;
top: 0px;
left: 0px;
width: 50px;
height: 50px;
border: 1px solid #aaa;
background: #FEDE4F 50% top no-repeat;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
cursor: move;
}
.zoomdiv {
z-index: 100;
position: absolute;
top: 1px;
left: 0px;
width: 400px;
height: 400px;
background: url(i/loading.gif) #fff no-repeat center center;
border: 1px solid #e4e4e4;
display: none;
text-align: center;
overflow: hidden;
}