/* CONTENITORE FOTOGALLERY */
.artgallery {
	position: relative;
	margin-bottom: 16px;
	width: 100%;
	background: #000;
	color: #FFF;
}

/* MESSAGGI IN OVERLAY */
#artgallery_overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000 none no-repeat 100% 0;
	color: #FFF;
	cursor: pointer;
	z-index: 2;
	opacity: .8;
	filter: alpha(opacity=80);
}
#artgallery_overlay.hover {
	background-image: url('/file_generali/img/liz/icons/overlay_close.gif');
	opacity: .9;
	filter: alpha(opacity=90);
}
#artgallery_overlay_message {
	margin: 190px 0 0 0;
	padding: 40px 0 0 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	font-size: 1.1em;
}
#artgallery_overlay_message.ok { background-image: url('/file_generali/img/liz/icons/overlay_ok.gif') }
#artgallery_overlay_message.loading { background-image: url('/file_generali/img/liz/icons/overlay_loading.gif') }
#artgallery_overlay_message.error { background-image: url('/file_generali/img/liz/icons/overlay_error.gif') }

/* FRAME FOTOGALLERY */
#fotoframe {
	padding: 10px 0;
	text-align: center;
}
#artgallery_title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.3em;
}
#fotodida {
	clear: both;
	padding: 10px 0 6px 0;
}

/* IMMAGINE FOTOGALLERY */
#fotoprev, #fotonext {
	width: 24px;
	height: 396px;
	background: #000 url('/file_generali/img/liz/mmc_arrows.gif') no-repeat;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity: .5;
}
#fotoprev:hover, #fotonext:hover {
	filter: alpha(opacity=85);
	opacity: .85;
	-moz-opacity: .85;
}
#fotoprev {
	float: left; clear: left;
	margin-left: 3px;
	background-position: left center;
}
#fotonext {
	float: right; clear: right;
	margin-right: 3px;
	background-position: right center;
}
#fotoprev abbr, #fotonext abbr {
	display: none;
}
#fotopic {
	margin: 0 auto;
	width: 600px;
}
#fotopic a, #fotopic img {
	display: block;
	position: relative;
	margin: auto;
}
#artContent .foto #fotopic img,
#fotopic img {
	width: auto !important;
	max-width: 100%;
	_width: expression( Math.min(this.clientWidth,this.parentNode.clientWidth)+"px" );
	max-height: 600px;
	_height: expression( Math.min(this.clientHeight,600)+"px" );
}
