@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Pedleyonline */

.lbGallery {
	width: 950px;
	float: left;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	width: 178px;
	height: 178px;
	float: left;
}
	.lbGallery ul a:hover img {
	color: #fff;
	
	}
	.lbGallery ul a:hover { color: #fff; }