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


#barra_laterale li{
	display:block;
	text-align:right;
}

#barra_laterale{
	float:right;
	position:relative;
	top:25%;
	width:auto;
	height:auto;
	z-index:3;
	padding:3px;
}

#roll_tappa,#roll_fiumi,#roll_flora, #roll_fauna, #roll_monumenti, #roll_panorama, #roll_altro, #roll_tutto, #roll_scheda{
	position:absolute;
	background-color:rgb(0,0,0); /* IE < 9 */
	background-color:rgba(0,0,0,.4);
	height:20px;
	padding:5px;
	margin:0;
	top:5;
	right:34px;
	color:rgb(255,255,255);
	font-family:FontText;
	width:95px;
	/*text-align:center;*/
	
}