@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: #191919;
	padding: 10px;
	width: 640px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline-table;
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: auto;
}
	.lbGallery ul img {
		border: 5px solid #141414;
		border-width: 5px 5px 20px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #CCCCCC;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	
