@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: #444;
	padding: 10px;
	width: 500px;
	height: 400px;
	margin-left:65px;
	}
	
	
	
	.lbGallery ul li { display:inline;
	padding:0px;
	margin:0px;}
	.lbGallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
	}
	
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		 
	}
	
	#gallery .lbGallery ul
	
	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
		
	
	/* --------------------------------------------*/
	
	
	.lbGallery2 {
	background-color: #444;
	padding: 10px;
	width: 500px;
	height: 300px;
	margin-left:65px;
	}
	
	
	
	.lbGallery2 ul li { display:inline;
	padding:0px;
	margin:0px;}
	.lbGallery2 ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
	}
	
	.lbGallery2 ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		 
	}
	
	#gallery2 .lbGallery ul
	
	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

	
	/* --------------------------------------------*/
.lbGallery3 {
	background-color: #444;
	padding: 10px;
	width: 500px;
	height: 300px;
	margin-left:65px;
	}
	
	.lbGallery3 ul li { display:inline;
	padding:0px;
	margin:0px;}
	
	.lbGallery3 ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
	}
	
	.lbGallery3 ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		 
	}
	
	#gallery3 .lbGallery ul
	
	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

