@charset "utf-8";
/* CSS Contatti */
h3.fotogallery_title{
	margin:0.0px 0.0px 4.0px 0.0px;padding-right:8px;text-align:right;font-weight:400;
	background-color:#32343F;border:1px solid #C0C3C9;
	font-family:"Trebuchet MS", sans-serif; font-size:14.0px;text-transform:uppercase;
	line-height:1.5em; color:#ffffff;
}

/* Fotogallery Generale */
#fotogallery_content_global{
	position:relative;float:right;
	width:405px;min-height:520px;
	margin-right:13px;margin-top:3px;
	border:0px solid red;
}
.fotogallery_content{
	position:relative;
	min-height:112px;
	margin-top:7px;
	border-bottom:1px dashed #CCC;
}
div.cropimg{
	float:left;
	overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	width:110px;height:74px;
	border:1px solid #C0C3C9;
}
div.cropimg:hover{border-color:#C10921;cursor:pointer;}
img.fotogallery_image{position:absolute;width:110px;top:0px;left:0px;}
div.fotogallery_txt{width:286px;border:1px solid #C0C3C9;background-color:#3D404D;min-height:74px;float:right;margin-bottom:3px}
div.fotogallery_txt p{color:white;margin:0.3em 0.1em 0.0em 0.3em;font-size:1.1em}

/* Galleria */
#gallery_content{
	position:relative;float:right;
	width:610px;min-height:500px;
	margin-right:28px;margin-top:10px;
}
#Gallery_txt{
	position:relative;float:right;
	min-height:100px;width:598px;
	border:1px solid #CCC;background-color:#3D404D
}
#Gallery_txt p{margin:3px 1px 3px 4px;font-size:13px;color:white;}

#Gallery_Thumbnails{
	position:relative;float:left;
}
.Thumbnail_crop{
	float:left;
	overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	width:110px;height:74px;
	border:1px solid #C0C3C9;
	margin:8px 0px 0px 10px;
	cursor:pointer;
}
.Thumbnail_crop:hover{border-color:orange}

.image_crop_gallery{position:absolute;width:110px;top:0px;left:0px;border:0px;}

/* Fullsize */
#img_fullsize{
	position:absolute;z-index:101;top:40px;display:none;left:50%;
	border:2px solid white;padding:20px;
	background:url(img/bg_fullsize.png) repeat-y center top;
}
img.fullsize{position:relative;max-width:900px;border:6px solid white;}
div.fullsize_close{
	position:absolute;top:-20px;right:-20px;z-index:120;
	width:41px;height:41px;cursor:pointer;
	background-image:url(img/fullsize_close.png);
}
div.fullsize_succ{
	position:absolute;top:50%;right:-19px;z-index:120;
	width:34px;height:34px;display:none;
	background-image:url(img/btn_image_succ.png);
}
div.fullsize_prec{
	position:absolute;top:50%;left:-19px;z-index:120;
	width:34px;height:34px;display:none;
	background-image:url(img/btn_image_prec.png);
}


