@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
*/
.lbGallery2 {
	background-color: #FFF;
	padding: 0px;
	width: 190px;
	text-align: center;
	float: right;
	position: absolute;
	margin: 0px;
	top: 570px;
	left: 577px;
	}
	.lbGallery2 ul {
	list-style: none;
	text-align: center;
}
	.lbGallery2 ul li { display: inline; }
	.lbGallery2 ul img {
	border: thin solid #FFF;
	background-color: #FFF;
	padding: 5px;
	}
	.lbGallery2 ul a:hover img {
	border: 0px solid #fff;
	color: #fff;
	}
	.lbGallery2 ul a:hover { color: #fff; }
	
