@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: 583px;
	}
	
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 2px solid #14105A;
		border-width: 2px 2px 2px;
	}
	.lbGallery ul a:hover img {
		border: 2px solid  #5853B9;
		border-width: 2px 2px 2px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	
	
	.lbGallery2 {
		
		padding: 10px;
		width: 290px;
		margin:auto;
	}
	
	.lbGallery2 ul { list-style: none; }
	.lbGallery2 ul li { display: inline; }
	.lbGallery2 ul img {
		border: none; 
	}
	.lbGallery2 ul a:hover img {
		border: none; 
	}
	.lbGallery2 ul a:hover {  }
	
	


