/* ========================================= 
	CAROUSEL
   ========================================= */  
#carousel {
	color:#fff;
}
/* ========================================= 
	CONTENT
   ========================================= */  
#what li {
	color: #fff;
	margin-top: 20px;
	padding-left: 30px;
	background: url(../images/cosa_faccio/check.png) no-repeat 0px 4px;
	list-style: none;
}
#what li strong {
	color: #fff;
	font-size: 14px;
}
#what li small {
	display: block;
}
#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
