

/*主容器*/

.con-FangDa{

	width: 500px;

	height:375px;

}

/*正常容器*/

.con-fangDaIMg{

	width: 500px;

	height:375px;

	position: relative;

}

.con-fangDaIMg > img{

	width: 100%;

	height:100%; border:1px solid #c6beb3

}

/*滑块*/

.magnifyingBegin{

	width: 250px;

	height: 250px;

	left: 0;

	top: 0;

	background-color: #454545;

	opacity: 0.5;

	filter:alpha(opacity=50);

	position: absolute;

	cursor: move;

	display: none;

}

/*放大镜显示区域*/

.magnifyingShow{

	width: 500px;

	height:500px;

	display: none;

	position: absolute;

	right: -470px;

	top: 0;

	overflow: hidden;

	background-color: #454545;

}

.magnifyingShow > img{

	width:1080px;

	height:1080px;

	margin-left:0;

	margin-top: 0;

}

/*设置选择图片容器*/

.con-FangDa-ImgList{ 

 padding-top:10px;

	height:60px;

	width:400px;

	list-style: none; margin:0px auto

}

.con-FangDa-ImgList > li{

margin:0px 4px;

	width:80px;

	height:60px;

	float: left;

	cursor: pointer;

	border: 2px solid #fff;

	text-align:center;

}



.con-FangDa-ImgList > li > img{

	vertical-align:top;

	display:inline;

	width:80px;

	height:60px;

}

.con-FangDa-ImgList > .active{

	border-color:#e35f14;

}