@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;
	width: 680px;
	height: 420px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 2px 2px 2px;
	margin-left: 5px;
	}
.textopreco {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

	.lbGallery ul a:hover img {
	color: #fff;
	border: 2px solid #FFF;
	}
	.lbGallery ul a:hover { color: #fff; }
	
