@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 {
		
		padding: 10px;
		width: 920px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; width:205px; float:left; padding:5px }
	.lbGallery ul img {
		border: 5px solid #FFF;
		border-width: 5px 5px 20px; width:200px; height:auto
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

.lbGallery1 {
		
		padding: 10px;
		width: 920px;
	}
	.lbGallery1 ul { list-style: none; }
	.lbGallery1 ul li { display: inline; width:400px; float:left; padding:5px }
	.lbGallery1 ul img {
		border: 5px solid #FFF;
		border-width: 5px 5px 20px; width:395px; height:auto
	}
	.lbGallery1 ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery1 ul a:hover { color: #fff; }
	
	
	
	.lbGallery2 {
		
		padding: 10px;
		width: 920px;
		background-color:#FFFFFF;
		
	}
	.lbGallery2 ul { list-style: none; }
	.lbGallery2 ul li { display:block; width:275px; float:left; padding:5px 0 0px 27px;font-size:11px; color:#19226e; }
	.lbGallery2 ul img {
		border: 5px solid #FFF;
		border-width: 5px 5px 5px  0px;
		clear:both;
	}
	.lbGallery2 ul li span {
	display:block;
	}
	.lbGallery2 ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px  0px;
		color: #fff;
	}
	.lbGallery2 ul a:hover { color: #fff; }
	.clear {clear:both; display:block; height:0; text-indent:-9999; }
