@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	background-color: #fff; 
	padding: 1px;
	width: auto;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	background-image:url(../grafica/lente15x15.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:60px;
	}
	.lbGallery ul img {
		border: 5px solid #CCC;
		border-width: 3px;
	}
	.lbGallery ul a:hover img {
	border: 1px solid #999;
	border-width: 3px;
	color: #CCC;
	}
	.lbGallery ul a:hover { color: #fff; }
	
.maps .lbGallery ul li a img {
	margin-top: 20px;
}

