@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: #D7EFFF;*/
	background:url(../images/bk_galeria.png) no-repeat top;
	padding: 1px 0px 6px 0px;
	width: 900px;
	height:920px;
	margin: 0px 0px 0px 0px;
	}
	.lbGallery ul { 
	list-style: none; 
	margin: 10px 10px 34px 0px;
	padding: 0px 0px 0px 0px;
	}
	.lbGallery ul li { 
	display: inline; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	.lbGallery ul img {
	padding: 0px 0px 0px 0px;
	margin: 0px 12px 15px 0px;
	border: 3px solid #BBCF29;
	}
	.lbGallery ul a:hover img {
	margin: 0px 12px 15px 0px;
	border: 3px solid #ccc;
	}
	.lbGallery ul a:hover { color: #BBCF29; }
	
