@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: #444;
	width: auto;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
#gallery1 h1 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#galleryTop {
	background-image: url(../../design/gallery-box-top.png);
}
#galleryBottom {
	background-image: url(../../design/gallery-box-bottom.png);
}

	.lbGallery ul { list-style: none;

	}
	.lbGallery ul li { display: inline;

	}

	.lbGallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	margin-bottom: 15px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
