@charset "UTF-8";
/* CSS Document */

a.linkgdr img {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
margin:0px;
}
a.linkgdr:hover img {
filter:alpha(opacity=10);
-moz-opacity:0.10;
opacity:0.10;
margin:0px;
}
a.linkzero img {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
margin:0px;
}
a.linkzero:hover img {
filter:alpha(opacity=0);
-moz-opacity:0.0;
opacity:0.0;
margin:0px;
}
a.linkcestino:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.50;
opacity:0.50;
margin:0px;
}

#container{
	width:100%;
	text-align:center;
}
#container_gallery {
	position:relative;
	margin:10px;
	width:350px;
	height:250px;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif; font-weight:normal; 
	text-align:left;
	overflow:hidden;
	display: inline-block;
}
.banda {
	position:absolute;
	width:350px;
	height:80px;
	z-index:auto;
	top:180px;
	left:0px;
	background-color: #000000;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity:0.3;
}
.data {
	position:absolute;
	width:350px;
	height:30px;
	z-index:auto;
	top:175px;
	left:0px;
	padding: 10px 10px 10px 10px;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif; font-weight:normal; 
	text-align:left;
	color:#FFFFFF;
}.titolo {
	position:absolute;
	width:350px;
	height:65px;
	z-index:auto;
	top:195px;
	left:0px;
	padding: 10px 10px 10px 10px;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif; font-weight:normal; 
	text-align:left;
	color:#FFFFFF;
}
.clic {  
	position:absolute;
	width:350px;
	height:250px;
	top: 0px;
	padding:0px 0px;
	float:left;
	z-index:auto;
}

#container_foto {
	position:relative;
	width: 350px;
	height: 250px;
	background-color: #000000;
	line-height: 250px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}
.cestino {  
	position:absolute;
	width:30px;
	height:30px;
	top: 0px;
	left: 0px;
	padding:0px 0px;
	float:left;
	background-color: #000000;
	z-index:auto;
}
.ruota {  
	position:absolute;
	width:30px;
	height:30px;
	top: 0px;
	left:350px;
	padding:0px 0px;
	background-color: #000000;
	float:left;
	z-index:auto;
}
.filtro {  
	position:absolute;
	width:30px;
	height:30px;
	top: 0px;
	left:300px;
	padding:0px 0px;
	background-color: #000000;
	float:left;
	z-index:auto;
}
div.allinea {
	display: inline-block;
	margin:10px;
}

#dialog_box {
	position:fixed;
	left:50%;
	top:50%;
	width:200px;
	height:100px;
	z-index:1;
	margin-left:-100px;
	margin-top:-50px;
	background-color:#DDD;
	border:2px solid #000;
	text-align:center;
	display:none;
	border-radius: 10px 10px 10px 10px;
}
.elemento_div{
	display: inline-block;
	padding:10px;
}

.testo { font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: normal; color: #333333}
.bottone {  font-family: 'Roboto', sans-serif; font-size: 18px; color: #000000}
