@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-repeat:no-repeat;
	padding-top:0px;
	width:718px;
	height:67px;
	float:left;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { }
	/* this css property below removes the link highlight around the modules pictures: border: 0 solid #3E3E3E;*/
	.lbGallery ul img {
		border: 0 solid #3E3E3E;
		
	}
	.lbGallery ul a:hover { color: #fff; }
	
.lbGallery2 {
	background-repeat:no-repeat;
	padding-top:0px;
	width:718px;
	height:91px;
	float:left;
	}
	.lbGallery2 ul { list-style: none; }
	.lbGallery2 ul li { }
	/* this css property below removes the link highlight around the modules pictures: border: 0 solid #3E3E3E;*/
	.lbGallery2 ul img {
		border: 0 solid #3E3E3E;
		
	}
	.lbGallery2 ul a:hover { color: #fff; }	


