/* Area di scorrimento */
#left {
	
	overflow: hidden;
	
	clear:both;
	
	float: left;
	margin:0px;
	width:969px;
	height:298px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px; 
    -moz-box-shadow: 2px 5px 25px #555;  
    -webkit-box-shadow: 2px 5px 25px #555;   
    box-shadow: 2px 5px 25px #555;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=155, Strength=10); 
    zoom: 1; 
	
	
	}

/* Immagini */
#left img {
	height: 320px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	

