body {
	background-color:#0051A3;
	background-image:url(foto/sfondo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#top {
	background-image: url(foto/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 250px;
}

#top h1 {
	display:none;
	padding:0px;
	margin: 0px;
}

#top #menu a{
	display: block;
	width: 320px;
	height: 110px;
	position: absolute;
	top: 30px;
	left: 150px;
}

#top #menu a:hover {
	background-image: url(foto/logo_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top #menu a span {
	display: none;
}

#telecomando {
	position: absolute;
	top:140px;
	left:170px;
}

#telecomando #indietro {
	background-image: url(foto/frecce.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:40px;
	height:40px;
	display:block;
	float: left;
}

#telecomando #avanti {
	background-image: url(foto/frecce.gif);
	background-repeat: no-repeat;
	background-position: -85px 0px;
	width:40px;
	height:40px;
	display:block;
	float: left;
}

#telecomando #avanti span, #telecomando #indietro span {
	display: none;
}

#telecomando #mnufoto {
	padding: 0px;
	margin: 0px;
	height:30px;
	list-style-type: none;
	display:block;
	border-right:solid 1px #fff;
	border-top:solid 1px #fff;
	float:left;
	margin-top:5px;
	margin-left: 15px;
	margin-right: 15px;
	
}
	
#telecomando #mnufoto li {
	list-style-type: none;
	display: block;
	float:left;
}

#telecomando #mnufoto li a {
	display: block;
	width:30px;
	/*background: #000;
	border: solid 1px #fff;
	background-image: url(foto/pulsante.jpg);*/
	color:#fff;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:25px;
	width:25px;
	text-align: center;
	margin:5px;
	border: solid 1px #004A93;	
}

#telecomando #mnufoto li .foto_corrente {
	border: solid 1px #fff;
	background-image: url(foto/pulsante.jpg);
	color: #003B75;
	font-weight: bold;
}

#descrizione {
	background: #0152A3;
	border: solid 1px #fff;
	position: absolute;
	top:30px;
	left:500px;
	width:400px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#descrizione h2 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #FCCD01;
	font-size: 0.8em;	
}

#descrizione h2 a {
	color: #FCCD01;
}

#descrizione p {
	padding: 0px;
	margin:0px;
	height: 60px;
	color: #fff;
	font-size: 0.8em;	
}

#content {
	display: block;
	margin-left:100px;
	position:relative;
	width:800px;
}

#content img {
	border:solid 3px #fff;
}

#content #boxdesc {
	/*
	background: #1364B5;
	height: 300px;
	*/
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px;
	width: 250px;
	position: absolute;
	right: 0px;
	top:0px;
}
