/*
body{ 
	padding: 0 5px;
	font-family: Verdana, sans-serif;
	background-color: #DDD;
}
*/
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
/*
.sidebar{
	position:absolute;
	right:5px;
	top:15px;
}
*/
/*
#links{
	border:1px solid black;
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:10px;
	text-align:right;
}
*/
.clear{
	clear:left;
}



#screen{
	position:relative;
	height:360px; /*425*/
	width:760px; /*725*/
	/*margin-top:40px;*/
	/*background-color:#0099CC;*/
	background-image:url(../img/corniceComponi.png);
}
	#screen .next, #screen .prev{
		position:absolute;
		top:120px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	
	/*
	#navigation{
		width:600px;
		text-align:center;
		margin-left:62px;
	}
		#navigation ul{
			margin-left:55px !important;
			margin-left:35px;
		}
			#navigation li{
				float:left;
				margin:0 20px;
				padding:10px 20px;
				background-color:#EEE;
			}
				#navigation a{
					color:#933;
					font-weight:bolder;
					text-decoration:none;
				}
	*/
#sections{
	overflow:hidden;
	/*background-color:green;*/
	width:700px; /*600*/
	height:356px; /*369*/
	clear:left;
	margin-left:30px; /*62*/ /*dipende dal valore della freccia e quanto è grande*/
	padding-top:1px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:11px 11px; /*11 30 */
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:690px;
				margin:5px 0;
				/*font-size:85%;
				line-height:1.4em;
				*/
			}
			
			
