@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: ;
		padding: ;
		width: 250px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 0 px solid #EBCB7C;
		border-width: 0px 0px 0px;
		margin-right: 22px;
		margin-top: 22px;
		-webkit-box-shadow: 0px 2px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 2px 5px 0px #4a4a4a;
	box-shadow: 0px 2px 5px 0px #4a4a4a;
	}
	.lbGallery ul a:hover img {
		border: 0px solid #7f3300;
		border-width: 0px 0px 0px;
		color: ##7f3300;
		margin-right: 22px;
		margin-top: 22px;
		-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 2px 5px 0px #4a4a4a;
	box-shadow: 0px 2px 5px 0px #4a4a4a;
	}
	.lbGallery ul a:hover { color: #7f3300; }
	

