@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 right;
		padding-bottom:15px;
	}
	.lbGallery ul img {
		border: 5px solid #CCC;
		border-width: 3px;
	}
	.lbGallery ul a:hover img {
	border: 1px solid #fff;
	border-width: 3px;
	color: #CCC;
	}
	.lbGallery ul a:hover { color: #fff; }
	

