@charset "utf-8";
.imgCont{
	width:100%;
	height:600px;
	background:#fff;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color:#333
}
.imgCont .picCell{
	width:100%;
	height:600px;
	line-height:590px;
	overflow:hidden;
	position:relative;
}
#smallPic{position:absolute;}
.imgCont .circle{
	position:absolute;
	left:0;
	top:0;
	z-index: 99;
	width: 254px;
	height: 254px;
	overflow:hidden;
	border:1px solid #999;
	-moz-border-radius: 127px;
	-webkit-border-radius: 127px;
	border-radius: 127px;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-user-select:none;
	box-shadow: 0px 0px 8px #000;
	background-repeat:no-repeat;
	background-color:#fff;
	filter:alpha(opacity=0)\9;
	opacity:0;
	cursor:none;
}

