@charset "utf-8";
/*主容器*/
.con-FangDa{
	width: 300px;
	height: 300px;
	margin: 0;
	background-color:#fff;
}
/*正常容器*/
.con-fangDaIMg{
	width: 300px;
	height: 250px;
	position: relative;
	border: 1px solid #ccc;
}
.con-fangDaIMg > img{
	width: 100%;
	height:100%;

}
/*滑块*/
.magnifyingBegin{
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.4;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 300px;
	height: 250px;
	display: none;
	position: absolute;
	right: -301px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
	z-index:100;	
}
.magnifyingShow > img{
	width: 600px;
	height: 480px;
	margin-left:0;
	margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	margin-left:0;
	height:60px;
	width:100%;
	list-style: none;
	padding-left: 0;
	padding-right:0;
}
.con-FangDa-ImgList > li{
	margin-right: 7px;
	width: 55px;
	height: 55px;
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
	
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	padding-top: 3px;
	display:inline;
	width:50px;
	height:50px;
}
.con-FangDa-ImgList > .active{
	border-color:#FF6600;
}