@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: 000;
	width: 100%;
	text-align: center;
	color: #CCC;
	font-weight: 200;
	}
	.lbGallery ul {
	list-style: none;
	color: #CCC;
}
	.lbGallery ul li {
	display: inline;
	color: #999;
}
	.lbGallery ul img {
	border: 1px solid #333;
	border-width: 1px;
	padding: 9px;
	}
	.lbGallery ul a:hover img {
	border: 1px solid #501A1D;
	border-width: 1px;
	padding: 9px;
	text-align: center;
	}
	}
	.lbGallery ul a:hover {
	color: #501A1D;
}
	
