 
/*  ==================== goods.dwt ====================  */
 /* 产品图片放大缩放 */
.goods_pic{width:350px;height:350px;text-align:center;position:relative;display:table-cell;vertical-align:middle;}
.goods_pic .subpic{*position:absolute;top:50%;left:50%;}
.goods_pic .subpic img{*position:relative;top:-50%;left:-50%;}
 
 
#goodsInfo_img{width:350px;height:350px;margin-right:8px; float:left; text-align:center; overflow:visible;}
#goodsInfo_img .goodsImg{
}
#goodsInfo_img .goodsImg img{}

.skprobox {
 height:360px;
	margin-bottom: 10px;
}
.goodsright {
	float: right;
	line-height: 23px;
	color: #999999;
}
.goodsright h1{
	font-family: "微软雅黑", "黑体", "Brain Damage";
	font-size: 14px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #000000;
}
.goodsright .demoimg {
	clear: both;
	margin-top: 5px;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding: 2px;
}
.goodsright .demoimg .title{
	line-height: 28px;
	background-color: #F5F5F5;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-left: 10px;
	margin-bottom: 2px;
}
.goodsright .demoimg .next{
	display: block;
	float: right;
	height: 30px;
	width: 20px;
	font-weight: bold;
}
.goodsright .demoimg .prev{
	display: block;
	float: right;
	height: 30px;
	width: 20px;
	font-weight: bold;
}

.goodsright .demoimg ul li{
	margin:2px;
	float:left;
	padding: 0px;
	display: inline;
	height: 60px;
	width: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.goodsright .demoimg ul li img{
	width:59px;
	height:59px;
	padding: 1px;
}
.demouphoto .puton{
	border: 1px solid #CC0000;
}

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #333333;
}
/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			12px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	text-align:     center !important;
	background-color: #999999;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
/*   z-index                 : 10;
   visibility              : hidden;
   position                : absolute;
   cursor:crosshair;
   width:150px!important;
   height:150px!important;
   width: 150px;
   height: 150px;
   _width: 150px;
   _height: 150px;
   border: 1px solid #aaa;
   background: #ffffff;
   opacity: 0.5;
   -moz-opacity: 0.5;
   -khtml-opacity: 0.5;
   filter: alpha(Opacity=50);*/
   	border: 		1px solid #F0A09B;
	background: 	#ffffff;
	cursor:			crosshair;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
#show_pic a.MagicZoom{
	cursor:crosshair;
} 