@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: #D7D7D7;
	padding: 10px;
	width: auto;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
	background-image: url(/images/gallerybg.jpg);
	background-position: right bottom;
	min-height: 100px;
	}
.lbGallery img {
	list-style: none;
	padding: 0px;
	border: 5px solid #FFF;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.lbGallery a:hover img  {
	border: 5px solid #732523;
	color: #FFF;
	}
