body {
	margin: 0px; padding: 0px;
}
#Choco_overlay {
	background: rgba(0, 0, 0, 0.9) !important; margin: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 1000;
}
#Choco_content {
	left: 50%; top: 50%; width: 800px; height: 600px; margin-top: -300px; margin-left: -400px; border-top-color: transparent; border-top-width: 1px; border-top-style: solid; display: none; position: fixed; z-index: 1001;
}
#Choco_left_arrow {
	background-position: 12%; right: 16%; float: left; background-image: url("../images/back.png") !important;
}
#Choco_right_arrow {
	background-position: 88%; left: 15%; float: right; background-image: url("../images/next.png") !important;
}
.Choco_arrows {
	top: -100%; width: 49%; height: 100%; margin-top: -30px; display: none; position: relative; cursor: pointer; background-repeat: no-repeat;
}
#Choco_container_photo {
	width: 800px; height: 600px; text-align: center;
}
#Choco_container_description {
	padding: 0px; width: 100%; height: 26px; color: rgb(255, 255, 255); overflow: hidden; clear: both; font-family: Tahoma; font-size: 15px; margin-top: -5px; visibility: hidden; position: relative;
}
#Choco_container_title {
	padding: 5px; float: left;
}
#Choco_container_via {
	padding: 5px; float: right;
}
#Choco_container_via a {
	color: gray;
}
#Choco_container_via a:hover {
	background: gray; color: white;
}
#Choco_close {
	margin: 0px 0px 15px; width: 25px; height: 25px; display: none; z-index: 1002; cursor: pointer; background-image: url("../images/close.png") !important; background-repeat: no-repeat; background-size: 19px;
}
#Choco_loading {
	width: 9px; height: 11px; margin-top: -20px; float: right; display: none; z-index: 1002; cursor: pointer; background-image: url("../images/loading.gif"); background-repeat: no-repeat;
}
#Choco_bigImage {
	width: 100%; height: 100%; margin-top: -5px; display: none; position: relative;
}
@media all and (max-width:414px)
{
#Choco_close {
	background-size: 15px;
}
#Choco_right_arrow {
	background-size: 16px;
}
#Choco_left_arrow {
	background-size: 16px;
}
}
