@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 {
		width: 690px;
		padding-top:5px;
		padding-left:5px;
	}
	.lbGallery ul { 
	   list-style: none; 
	   list-style-position:outside;
	}
	.lbGallery ul li { 
	   text-align:center;  
	   display:inline-block;
	   width:185px;
	   height:120px; 
	   margin-right:5px;
	   margin-left:5px;
	   margin-bottom:25px;
	}
	.lbGallery ul img {
		border: 5px solid #FFF;
		border-width: 5px 5px 20px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #00C;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { 
	    color: #fff; 
	}
	

