@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: #FADAE7;
	/* [disabled]padding: 20px; */
	width: 805px;
	margin: 0 auto 0 auto;
	margin-top: 25px;
	border-radius: 6px;
	z-index: 100;
	padding-top: 280px;
	}
	.lbGallery ul {
	list-style: none;
	/* [disabled]color: #FDF5F9; */
}
	.lbGallery ul li {
	display: inline;
	padding: 5px;
	background-color: #FADAE7;
}
	.lbGallery ul img {
	border: 5px solid;
	/* [disabled]border-width: 5px 5px 20px; */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-color: #3A2315;
	z-index: 10;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #FADAE7;
	/* [disabled]border-width: 5px 5px 20px; */
	color: #FADAE7;
	border-color: #FFFFFF;
	transition: .5s ease all;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	z-index: 10;
	}
	.lbGallery ul a:hover {
	color: #FADAE7;
	z-index: 10;	
}
.lbGallery ul li a
{
	color: #FDF5F9;
	z-index: 10;
}
	
