@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 {
		align: center;
		padding: 10px;
		width: 765px;
		float: center;
		bottom-margin: 0px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 2px solid #777777;
		bgcolor: #777777;
	}
	.lbGallery ul a:hover img {
		border: 2px solid #f7941d;
	}
	.lbGallery ul a:hover { color: #f7941d; }
	

