@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for ID4Sports Kits on the Products Page
*/
.lbGallery {
		background-color: #FFFFFF;
		width: 384px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	}
	.lbGallery ul a:hover img {
	}
	.lbGallery ul a:hover { color: #fff; }
	


