/* ///////////////////////// */
/* ///// FOTOGALLERY /////// */
/* ///////////////////////// */

div#big_pic{
	position:relative;
	width:458px;
	}
#big_pic div#precedente a{
	position:absolute;
	left:5px;
	top: 50px;
	z-index: 999;
	background: url(../images/gallery_prec.gif) no-repeat;
	height:40px;
	width:40px;
	}
#big_pic div#successiva a{
	position:absolute;
	height:40px;
	width:40px;
	right:0;
	top: 50px;
	z-index: 999;
	background: url(../images/gallery_succ.gif) no-repeat;
	}
#big_pic div.foto{

	z-index: 1
	}
#big_pic div#img-testo{
	position:absolute;
	width:438px;
	left:5px;
	bottom: 5px;
	z-index: 999;
	background: #000;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	height:50px;
	color:#fff;
	padding:5px;
	font-size:15px;
	}	
div.class-gallery div.attribute-image{
	float:left;
	}
div#container div.class-gallery div.attribute-image p{
	margin: 0;
	}	
div#container div.class-gallery h1{
	color:#5174AA;
	font-family:georgia;
	font-size:1.7em;
	line-height:1.4em;
}
