/* @override http://127.0.0.1/Sitoinfoboulder_v3/Themes/Default3/stileGallery.css */

/********************** Gallery *****************************/
* {
	/*border:1px #F00 solid;*/
}

#wrapper{
	width:760px;
}

#galleryFrame{
	height:auto;
	width:auto;
	border:2px #666 solid;
	background: #444;
	margin-bottom:20px;
	/*background: #0FF;*/
}

#ricercaFoto{
	width:380;
	height:auto;
	margin: 20px;
	background: #666;
	float:left;

}

#listaGallery{
	width:300;
	/*background: #0F0;*/
	float:right;
	clear:all;

}


#colonnaFoto{
	float:left;
	margin: 0 0  0 5px;
	/*height:560px;*/
	width:auto;
	position:relative;
	bottom:0;
		/*border:1px #00F solid;*/
	/*background: #000;*/
}

#tabellaFoto{
	margin: 16px 0px 0 26px;
	height:540px;
	width:482px;
	/*background: #000;*/
	/*position:relative;
	top:0px;*/
	
	/*border:1px #0F0 solid;*/
	/*background: #00A;*/
}
#foto{
	
}

#foto img{
	margin-bottom: 4px;
}

#arrow{
	margin-top: 0px;
	width:482px;
	height:30px;
	/*background-color : #222;*/
	/*margin-left: 18px;*/
}

#colonnaMiniature{
	float:right;
	height:560px;
	width:240px;
	/*border:1px #F00 solid;*/
}

#logoGallery{
	margin: 20px 0 20px 0;
}

#miniatureGallery{
	margin: 0 0 20px 0;
	/*text-align: center;*/
	/*background: #00F;*/
	/*border:1px #00F solid;*/
	/*display:none;*/
}

#TitoloMiniatureGallery{
	margin: 0 0 6px 0;
	font-weight:bold;
	/*text-align: center;*/
	/*background: #00F;*/
	/*border:1px #0F0 solid;*/
	/*display:none;*/
}


#didascaliaMiniatura{
	margin: 0 0 20px 0;
	/*text-align: center;*/
	/*background: #00F;*/
	/*border:1px #F00 solid;*/
	/*display:none;*/
}



#left{
	height: 17px;
	width: 17px;
	position: relative;
	left: 216px;
	float:left;
	background: url(images/frecciaSinGallery.gif) left top no-repeat;
	
}

#right{
	height: 17px;
	width: 17px;
	position: relative;
	float:left;
	left: 236px;
	background: url(images/frecciaGallery.gif) left top no-repeat;
	
}



#sfondoChiaro{
       	background-color : #444444;
       }
#freccia A:Hover{
       	background-color : #444444;
       }
