@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: #433B40;
	padding: 2px;
	width: 980px;
	color: #6D5D64;
	height: 615px;
	}
	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 0px solid #433B40;
	}
	.lbGallery ul a:hover img {
	border: 0px solid #fff;
	border-width: 0px 0px 0px;
	color: #6D5D64;
	}
	.lbGallery ul a:hover {
	color: #fff;
	background-color: #433B40;
}
	
