/*图片放大镜*/
.preview{position:relative; width:420px;}
/* smallImg */
.smallImg{position:relative; margin-top:10px; width:420px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../img/p_icon.jpg) -56px center no-repeat; width:14px; height:50px;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../img/p_icon.jpg) -70px center no-repeat; margin-left:406px; margin-top:-50px; width:14px; height:50px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:1px; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:44px; height:44px;cursor:pointer; border:2px solid #F2F3F2;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:2px solid #E4393C;}


.spimg .preview{ width:502px;}
.spimg .bigImg{ width:400px; height:400px;}
.spimg .smallImg{width:100px; margin-top:0;}
.spimg #imageMenu{ width:100px; height:400px;}
.spimg #imageMenu li{ height:94px; width:94px; text-align:left; padding-top:8px; float:none;}
.spimg #imageMenu li:first-child{ padding-top:0;}
.spimg #imageMenu li img{width:94px; height:94px;cursor:pointer;}
.spimg #imageMenu li#onlickImg img, .smallImg  #imageMenu li:hover img{ width:44px; height:44px; border:2px solid #E4393C;}

.spimg .p_box_c{ margin:0 20px; width:448px; height:390px;}
.spimg .p_box_c .p_button a{ width:130px;}
.spimg .p_box_r{ height:auto;}

/* bigImg */
.bigImg{position:relative; float:left; width:420px; height:420px; overflow:hidden; text-align:center; border:1px solid #F2F3F2;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}

.show_right{ width:930px; float:right; border:1px solid #E4E4E4; text-align:center; padding-bottom:20px;}
.show_right p{line-height:35px;font-size:14px;}
.show_right img{ max-width:800px;}
.show_right h1{ background:#FAFBFA; border-bottom:1px solid #D5D6D5; height:40px; text-align:left; margin-bottom:20px;}
.show_right h1 span{ width:95px; display:inline-block; background:#FFF; text-align:center; font-size:16px; font-weight:normal; line-height:41px; border-right:1px solid #D5D6D5; border-top:2px solid #B00000; margin-top:-1px;}