body{
	margin:0;
	padding:0;
}
#Choco_overlay{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display:none;
	padding:0;
	margin:0;
}
#Choco_content{
	display:none;
	width:800px;
	height:600px;
	z-index:1000;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	border-top:1px solid transparent;/*Yes, adjust image perfectly at the center of a box, don't know why.*/
}
#Choco_left_arrow{
	z-index:1002;
	margin-left: -60%;
	float: left;
}
#Choco_right_arrow{
	z-index:1003;
	margin-right: -60%;
	float: right;
}
.Choco_arrows{
	background-image:url(/images/blank.gif);
	background-repeat:no-repeat;
	display:none;
	width: 70%;
	height: 160%;
	margin-top: -85%;
	position:relative;
	//zoom:1;
	//min-height: 0; 
}
#Choco_close{
	z-index:1004;
	width:30px;
	height:25px;
	background-image:url(/images/close.gif);
	background-repeat:no-repeat;
	//zoom:1;
	//min-height: 0;
	cursor:pointer;
	position:relative;
	float: right;
	//left: 65px;
	margin-right: -65px;
	display:none;
}
#Choco_loading{
	width:60px;
	height:9px;
	background-image:url(/images/loading.gif);
	background-repeat:no-repeat;
	z-index:1001;
	cursor:pointer;
	position: fixed;
	top: 50%;
	left: 50%;
	//float:right;
	//margin-top:-20px;
	display:none;	
}
#Choco_container_photo{
	text-align:center;
	width:800px;
	height:600px;
}
#Choco_container_description{
	padding:0;
	//height:15px;
	width:100%;
	color:#505050;
	font-family:Tahoma;
	//clear:both;
	position:relative;
	font-size:12px;
	top:18px;
	left: 10px;
	//overflow:hidden; 
	visibility:hidden;	
	margin-top:-5px;
}
#Choco_bigImage{
	display:none;
	position:relative;
	width:100%;
	height:100%;
	margin-top:-5px;
	border: 10px solid #FFF;
	border-bottom: 30px solid #fff;
}
