
/*主容器*/
.con-FangDa{
	width: 362px;
	height: auto; margin-top:30px; float:left;
	background-color:#CCC;
}
/*正常容器*/
.con-fangDaIMg{
	width: 360px;
	height: 360px;
	position: relative;
	background-color: #454545; border:1px solid #CCCCCC;
}
.con-fangDaIMg > img{
	width: 100%;
	height:100%
}
/*滑块*/
.magnifyingBegin{
	width:133px;
	height: 116px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 300px;
	height: 230px;
	display: none;
	position: absolute;
	right: -332px;background:#666666;
	top: 0;
	overflow: hidden;
	
}
.magnifyingShow > img{
	width:810px;
	height:780px;
	margin-left:0;
	margin-top: 0; 
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:5px; margin-bottom:5px;
	height:54px;
	width:400px; margin-left:2px;
	list-style: none;
}
.con-FangDa-ImgList > li{
	margin-right:11px;
	width: 75px;
	height: 50px;
	float: left;
	cursor: pointer;
	border: 2px solid #666;
	background-color: #454545;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	width:auto;
	height:50px;
}
.con-FangDa-ImgList > .active{
	border-color:#000;
}