/*--------------------- INIZIO BLOCCO GALLERIA ------------------------*/
ul img {border:0px;}

ul.gallery {
	width: 960px;
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 8px; padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}

ul.gallery li a.thumb {
	width: 302px;
	height: 175px;
	padding: 0px;
	cursor: pointer;
	background: transparent no-repeat scroll center bottom; 
}

ul.gallery li span { /*--Used to crop image--*/
	width: 302px;
	height: 175px;
	overflow: hidden;
	display: block;
}

ul.gallery li a {text-decoration: none; color: #777; display: block;}

/*--------------------- FINE BLOCCO GALLERIA ------------------------*/

