﻿*{
	margin: 0;
	padding: 0;
}

/*主容器*/
.con-FangDa{
	width: 480px;
	height: 370px;
	margin: 10px auto;
	background-color:#fff;
    /*border:1px solid yellow;*/
    float:left;
}
/*正常容器*/
.con-fangDaIMg{
	width: 400px;
	height: 370px;
	position: relative;
	background-color: #454545;
    float:right;
    /*width: 430px;
	height: 370px;*/

}
.con-fangDaIMg > img{
	width: 100%;
	height:100%;
        border:1px solid #f0f0f0;
}
/*滑块*/
.magnifyingBegin{
	width: 150px;
	height: 175px;
	left: 0;
	top: 0;
	background-color:#d0d0d0;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 335px;
	height: 370px;
	display: none;
	position: absolute;
	right: -340px;
	top: 0;
	overflow: hidden;
	background-color:#d0d0d0;
}
.magnifyingShow > img{
	width: 900px;
	height: 1350px;
	margin-left:0;
	margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:320px;
	width:54px;
	list-style: none;

}
.con-FangDa-ImgList > li{
	margin-right:7px;
	width: 50px;
	height: 50px;
	float: left;
	cursor: pointer;
border:1px solid #d0d0d0;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	width:50px;
	height:50px;
}
.con-FangDa-ImgList > .active{
	border-color:#000;
}