@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: #A12A2A;
	padding: 10px;
	width: 770px;
}
.lbGallery ul {
	list-style: none;
}
.lbGallery ul li {
	display: inline;
}
.lbGallery ul img {
	width:72px;
	height:72px;
	border: 5px solid #000;
	border-width: 5px;
}
.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px;
	color: #fff;
}
.lbGallery ul a:hover {
	color: #fff;
}
.lbGalleryU2 {
	background-color: #A12A2A;
	padding: 10px;
	width: 800px;
	text-align:center
}
.lbGalleryU2 ul {
	list-style: none;
}
.lbGalleryU2 ul li {
	display: inline;
}
.lbGalleryU2 ul img {
	width:100px;
	height:75px;
	border: 5px solid #000;
	border-width: 5px;
}
.lbGalleryU2 ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px;
	color: #fff;
}
.lbGalleryU2 ul a:hover {
	color: #fff;
}

