#Choco_overlay{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display:none;
	padding:0;
	margin:0;
}
#Choco_content{
	display:none;
	width:100%;
	height:100%;
	z-index:1001;
	position:fixed;
	left:0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto!important;
}
#Choco_left_arrow{
	float: left;
	background-position: 12%;
	left: -14%;
}
#Choco_right_arrow{
	float: right;
	background-position: 88%;
	left: 14%;
}
.Choco_arrows{
	display:none;
	position:relative;
	cursor:pointer;
	width:49%;
	top:-100%;
	height:100%;
	margin-top:-30px;
	background-repeat: no-repeat;
}
#Choco_container_photo{
	border: 10px solid #CCC; 
	text-align:center;
	width:100%;
	height:100%;
	background: url(../_img/loading.gif) no-repeat center;
}
#Choco_container_photo img {
	display: block;
}
#Choco_container_description{
	background: #CCC;
	margin: 0 auto;
	padding:0;
	width:100%;
	color:#000;
	font-family:Tahoma;
	clear:both;
	position:relative;
	font-size:13px;
	overflow:hidden;
	visibility:hidden;
}
#Choco_container_title{
	float:left;
	padding:3px 5px;
}
#Choco_container_via{
	padding:3px 5px;
	float:right;
}
#Choco_container_via a{
	color:#fdaeae;
}
#Choco_container_via a:hover{
	color:#000;
	background:#fdaeae;
}
#Choco_close{
	position: absolute;
	top: 0;
	right: -30px;
	width:19px;
	height:25px;
	background:url(../_img/close.gif) no-repeat;
	z-index:1002;
	cursor:pointer;
	display:none;
}
#Choco_bigImage{
	display:none;
	position:relative;
	width:100%;
	height:100%;
}