@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 {
	width: 520px;
	}
table tr .products #gallery1 a img {
	color: #000;
	text-decoration: none;
	background-color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;

	}
	.lbGallery ul a:hover img {
	color: #000;
	background-color: #000;
	}
	.lbGallery ul a:hover {
	color: #000;
}
	
