* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-image:url(../images/sfondo.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size: 76%;
}
#container {
	position:absolute;
}
#contenitore {
	position: absolute;
	top:88px; 
	left:894px;
	overflow:hidden;
	width: 95px; 
	height: 376px;
}
#navigatore {
	position:absolute; 
}
#navigatore img {
	margin:0;
	padding: 0;
	width:85px;
	height:85px;
	border:0;
}
#navigatore a {
	margin:0;
	margin-bottom:4px;
	padding: 2px;
	border: 1px solid #666666;
	width:85px;
	height:85px;
	display:block;
}
#navigatore a:hover {
	border: 1px solid red;
}
#down, #up {
	margin:0; padding:0; 
	position:absolute; 
	left:893px; 
	width: 92px; 
	height: 30px; 
	display:block;
}
#up {
	background-image:url(../images/up.jpg); 
	top:47px
}
#up:hover {
	background-image:url(../images/up_hover.jpg);		
}
#down {
	background-image:url(../images/down.jpg); 
	top:474px; 
}
#down:hover {
	background-image:url(../images/down_hover.jpg);		
}
#news {
	position: absolute; 
	top:0; 
	left:0; 
	display:bolck;  
	height:86px; 
	width:108px; 
	background:url(../images/news.jpg) no-repeat;
}
#news:hover {
	background:url(../images/news_on.jpg) no-repeat;
}

#menu {
	height:18px; 
	width:328px; 
	margin:0 auto; 
	background:no-repeat url(../images/menu.jpg) right bottom; 
	padding-right:10px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	height:18px; 
	background:no-repeat url(../images/menu.jpg) left bottom; 
	padding-left:30px;
}
li {
	margin:0;
	padding:0;
	float: left;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color:white;
}
li a {
	text-decoration:none;
	color:white;
	font-size:12px;
	display:block;
}
li a:hover {
	border-bottom: 2px solid #f6e309;
}
li a#selezionato {
	text-decoration:none;
	color:white;
	border-bottom: 2px solid #f6e309;
}
#show {
	/*display: block; 
	position: absolute; */
	z-index: 0;  
	width: 320px; 
	height: 258px
}
#show .slideshow-images {
	overflow: hidden; 
	display: block;
	position: absolute;
	left: 0; 
	top: 0;  
	height: 258px; 
	width: 316px; 
}
#schermo {
	position: absolute; 
	top:170px; 
	left: 14px; 
	width: 320px; 
	height: 258px; 
	padding: 3px 9px 9px 3px; 
	background: url(../images/schermo.jpg) no-repeat;
}
#descrizione {
	color:white; 
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif; 
	position:absolute; 
	padding-right:18px; 
	padding-left:24px; 
	top:130px; 
	left:392px; 
	height:312px; 
	width:390px; 
	background:url(../images/descrizione.jpg) no-repeat;
}
#descrizione h1 {
	margin-bottom: 0.15em;
}
#descrizione img {
	float: left;
	margin-right: 5px;
}

.upOFF {
	background-image:url(../images/up_off.jpg);
}