@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 {
	padding: 0px;
	width: 1100px;
	}


.lbGallery2 ul { list-style: none; }
.lbGallery2 ul li {
	display: inline;
}
.lbGallery2 ul img {
	border: medium solid #333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;




	}
.lbGallery2 ul a:hover img {
	border: medium solid #CCC;

	}
.lbGallery2 ul a:hover { color: #fff; }
