#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:800px;
	height:600px;
	z-index:1001;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	background: #fff;
}
#Choco_left_arrow{
	float:left;
	background-image:url(../images/left-neri.gif);
	background-position:10%;
	left:-10%;
}
#Choco_right_arrow{
	float:right;
	background-image:url(../images/right-neri.gif);
	background-position:90%;
	left:10%;
}
.Choco_arrows{
	background-repeat:no-repeat;
	display:none;
	position:relative;
	cursor:pointer;
	width:40%;
	top:-100%;
	height:100%;
	margin-top:-3%;
}
#Choco_container_photo{
	text-align: left;
	width: 800px;
	height: 600px;	/*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}
#Choco_container_description{
	padding: 0;
	height: 10%;
	width: 100%;
	color: #000000;
	font-family: Lora, sans-serif;
	clear: both;
	position: relative;
	font-size: 12px;
	margin-top: -5px;
	overflow: hidden;
	visibility: hidden;
}
#Choco_container_title{
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 0;
	padding-bottom: 5px;
}
#Choco_container_via{
	padding:5px;
	float:right;
}
#Choco_container_via a{
	color:gray;
}
#Choco_container_via a:hover{
	color:white;
	background:gray;
}
#Choco_close{
	width:30px;
	height:25px;
	background-image:url(../images/close.gif);
	background-repeat:no-repeat;
	z-index:1002;
	cursor:pointer;
	margin-top:-20px;
	display:none;
}
#Choco_loading{
	width:9px;
	height:11px;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	z-index:1002;
	cursor:pointer;
	float:right;
	margin-top:-20px;
	display:none;
}
#Choco_bigImage{
	display:none;
	position:relative;
	width:100%;
	height:100%;
	margin-top:-5px;
}
