@charset "utf-8";
/* Larghezza 480px, altezza 420px misure massime per le foto */

/* STRUTTURA */

*{
margin:0;
padding:0;

}
.gallery{
width:175px;
text-align: center;
margin:0 auto;

}



.gallery-item{
margin:2px !important;
float:left;

}

#galleryfoto{
margin:0 auto;
text-align:center;

}

#boxgallery{
	background-color: #FFFFFF;
	color:#828383;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	width: 715px;
	height: 538px;
}

#gallerysx{
	width:500px;
	float: left;
	background-color: #cccccc;
}

#gallerydx{
	width:210px;
	float: right;
	height: 640px;
	overflow: auto;
	
}

/* BOX STRUTTURA SX */
#gallerytitle{
	width:500px;
	float: left;
	height: 40px;
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#mainfoto {

	text-align: center;
	border: 1px solid #000;
	background-color: red;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:0;
}

#gallerydescrizione{
	width:500px;
	float: left;
	height: 40px;
	background-color: #000000;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 8px;
	
}
/* BOX NAVIGAZIONE DX */
#boxnavigazione{
	width:180px;
	float: left;
	font-size: 12px;
	height: auto;
	margin-bottom: 20px;
	background-color: #f4f4f4;
}
#boxnavigazionetitle{
	height:20px;
	width:180px;
	background-color:#d81a21;
	text-align: center;
}
#boxnavigazionecontent{
	height:auto;
	width:170px;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0px;
}
#boxnavigazionefooter{
	height:45px;
	width:180px;
	text-align: center;
	background-image: url(/img/gallery/bg_navigazione.gif);
	background-repeat: repeat-x;
}

/* BOX BANNER DX */
#boxbanner{
	width:180px;
	float: left;
	height: auto;
	margin-bottom: 20px;
}


.center{float: center;}
.right{float: right;}
.left{float: left;}
.bianco{color:#FFFFFF;}

.padding5{padding-top: 5px;}
img {border: none;margin:0px;}

a:active, a:visited, a:link, a:hover{color:#6d6c6c; text-decoration: none;}
a.current_foto {color: #CC0000;}
