@charset "utf-8";
/* CSS Document */

.hiddenDiv {
	width:100%;
	position:absolute;
	background-color:#FAFAFA;
	top:0;
	display:none;
	bottom:0;
	/*height:1000px;*/
}
.hcenter {
	width:1103px;
	margin:0 auto;
	/*border:1px solid red;*/
}
.hcenter .container {
	text-align:center;
	overflow:hidden;
	height:826px;
	clear:both;
}
.selectProImage {
	text-align:center;
	/*float:left;
	margin-left:5px;*/
	margin-left:-22px;
}
.selectProImage ul li {
	width:50px;
	height:39px;
	overflow:hidden;
	border-radius:3px 3px 3px 3px;
	display:inline-block;
	cursor:pointer;
}
.selectProImage ul li img {
	padding:1px;
	border:1px solid #e6e6e6;
}
.selectProImage ul li img:hover, .selectProImage ul .currentDisplayImg img {
	padding:2px;
	border:none;
}
.selectProImage ul li:hover, .selectProImage ul .currentDisplayImg {
	background-color:#08C;
}
.animateInfo {
	font-size:20px;
	color:#666;
	text-align:center;
	/*padding:0 0 30px 0;*/
	text-shadow:1px 1px 0px #e5e5e5, 1px 1px 1px #333;
	clear:both;
}
.closeZoom {
	width:140px;
	height:35px;
	background:url(../uploads/images/ideerapp/animate/zoom-close.png) no-repeat 0 -12px;
	line-height: 39px;
    text-indent: 56px;
	font-size:16px;
	color:#666;
	cursor:pointer;
	/*float:left;*/
}
.closeZoom:hover {
	color:#09F;
	background:url(../uploads/images/ideerapp/animate/zoom-close.png) no-repeat 0 -74px;
}