.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

.pro-detail-left{ width:360px; float:left;}
.big-pic{ width:352px; margin:0 auto;}
.big-pic .jqzoom{ display:block; width:350px; height:350px; border: 1px #c8c8c8 solid;}
#bigPic{ width:350px; height:350px;}
.pro-thumblist{ width:350px; height:80px; margin-top:15px; position:relative;}
.pro-thumblist .hd{}
.pro-thumblist .hd .prev,.pro-thumblist .hd .next{ display:block;width:18px; height:33px;overflow:hidden;cursor:pointer;position:absolute;top:15px;}
.pro-thumblist .hd .prev{background:url("../images/detail_left.gif") no-repeat; left:0;}
.pro-thumblist .hd .next{background:url("../images/detail_right.gif") no-repeat; right:0;}
.pro-thumblist .bd{ width:310px; float:left; padding-left:25px; overflow:hidden;}
.pro-thumblist .bd ul{ overflow:hidden; zoom:1; }
.pro-thumblist .bd ul li{ margin:0 15px 0 0; float:left; _display:inline; overflow:hidden; text-align:center;}
.pro-thumblist .bd ul li .thumb-pic{ text-align:center;}
.pro-thumblist .bd ul li .thumb-pic img{ width:52px; height:52px; display:block;border: 1px #c8c8c8 solid;}
.other-pro span{ margin:0 10px;}

.pro-detail-right{ width:300px; float:left; padding-left:15px;}

.pro-details{ clear:both; padding-top:15px;}
.pro-details-title{ height:30px; line-height:30px; border-bottom:1px #ccc solid;}
.pro-details-title h1{ width:150px; height:30px; line-height:30px; text-align:center; color:#fff; font-size:14px; background:#0182c4;}
.pro-details-com{ padding:10px; line-height:26px;}
.pro-details-com p{ padding-bottom:12px;}
.pro-details-com table p{ padding-bottom:0px;}