.preview{ float:left; width:390px; height:460px; margin:0px; }
/* smallImg */
.smallImg{ position:relative; height:52px; margin-top:1px; padding:6px 5px; width:390px; overflow:hidden;float:left;}
.scrollbutton{ width:24px; height:38px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/pre-no.gif) no-repeat; margin-top:5px; }
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/next-no.gif) no-repeat; margin-left:368px; margin-top:-45px; }
#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:63px; overflow:hidden; float:left; text-align:center; }
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:2px solid #959595;}
/* bigImg */
.bigImg{ position:relative; float:left; width:400px; height:400px; overflow:hidden; }
.bigImg #midimg{ width:398px; height:398px; border:#ddd 1px solid; }
.bigImg #winSelector{ width:320px; height:240px; }
#winSelector{ position:absolute; top:0; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background:#000; border:1px solid #fff; }
/* bigView */
#bigView{ position:absolute; border:0px solid #ddd; overflow:hidden; z-index:999; background:#fff; }
#bigView img{ position:absolute; left:0;  }