/**** Stile per la FotoGallery ****/
#scroll {
	padding:5px;
	position:relative;
	top:0px;
	left:0px;
	overflow: hidden;
	height: 80px;
}

#scroll img{
margin-right:10px;
margin-bottom:50px;
}

#clip {
	position:absolute;
	top:0px;
	left:30px;
	height:90px;
	clip:rect(0px 740px 90px 0px);
	width: 800px;
	float: left;
}

#clip img{
margin-right:10px;
margin-bottom:50px;
}

#spazio_foto{
	height:490px;
	width:650px;
}

#contenitore_thumb{
	position:relative;
	left:0px;
	color: #666666;
	width: 790px;
}

#freccia_sx{
	position:relative;
	top:0px;
	float:left;
}

#freccia_dx{
	top:0px;
	float:right;
	position: relative;
	height: 100px;
}

#scroll a.opacity img {
	filter:alpha(opacity=30);
	/*filter:blendTrans(duration=2);*/
	opacity: 0.3;
	-moz-opacity:0.3;
	width:75px;
	height:75px;
}


#scroll a.opacity:hover img {
	filter:alpha(opacity=90);
	/*filter:blendTrans(duration=2);*/
	-moz-opacity: 0.9;
	opacity: 0.9;
	width:80px;
	height:80px;
	background:#ffffff;
}

.bordo_foto{
	padding:5px;
	border: 1px solid #cccccc;
}

/*selezione ALBUM*/
#album{
	display:block;
	padding-left: 30px;
}

#album img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	width:60px;
	height:60px;
}

#album a:link, #album a:visited{
	color:#990000;
	text-decoration:none;
}

#album a:hover{
	background-color:#d9d1c5 /*#E8E5D8*/;
	color:#5E242E;
	text-decoration: none;
}

.descrizione_album{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	letter-spacing: 2px;
	font-variant: small-caps;
}

.num_foto_album{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10px;
	color:#333333;
	letter-spacing: 2px;
	font-style:italic;
}
