@charset "UTF-8";
/* CSS Document */

#foto_aiig{
	width: 480px; /*--Adjust width according to your scenario--*/
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	border-top:5px solid #666;
}

ul.gallery {
	width: 480px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	margin: 0; padding: 0;
}

ul.gallery li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.gallery li a.thumb {
	width: 204px; /*--Width of image--*/
	height: 182px; /*--Height of image--*/
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	background:#fff;
	opacity: 0.8;
	filter: alpha(opacity = 80);

}

ul.gallery li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}

ul.gallery li img{
	border: 0;
}

ul.gallery li a.thumb:hover{
	background: #00acff !important; /*--Hover effect for browser with js turned off--*/
	opacity: 1;
	filter: alpha(opacity = 100);

}

ul.gallery li h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

ul.gallery li a {
	text-decoration: none;
	color: #5d5d5d;
	display: block;
	padding: 10px 10px;
}

ul.gallery li a:hover {
	text-decoration: none !important;
	color: #333 !important;
	display: block !important;
	background:none !important
}

ul.content{
	list-style:none;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	font-size:14px !important;
}

ul.content li{
	display:block;
	margin-bottom:10px;
}

ul.content li a{
	font-size:14px;
}

ul.content li a[name=Bagnoli]{
	font-size:14px;
	font-style: italic;
}
