/* CSS Document */

.titolo {
font-family:Arial, Helvetica, sans-serif;
color:#ED932A;
font-size:14px;
font-weight:bold;
}

/*DIV*/

#photogallery {
width:690px;
height:150px;
margin-top:10px;
margin-left:10px;
}

#foto {
width:650x;
height:130px;
overflow:hidden; 
white-space:nowrap;
}

#frecciasx {
height:20px;
width:20px;
float:left;
margin: 65px 0;
}

#frecciadx {
height:20px;
width:20px;
float:left;
margin: 65px 0;
}

/*DISPOSIZIONI*/

a img {
text-decoration:none;
border:none;
}

#foto ul { 
margin:0; 
padding:0;  
} 

#foto li {
list-style:none;
float:left;
margin-right:5px;
}

/* scrollable div area */
#foto { float: left; width: 650px; height: 130px; padding: 0; overflow: hidden; white-space: nowrap; margin: 20px 0; }
/* wrap to make sure that image area is clickable */
/*#wrap4 { clear: both; width: 500px; height: 130px; background: none; margin: 10px auto; }*/
