@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: 1px;
	width: 633px;
	}
	
.lbGallery ul { list-style: none; 
	padding: 0px;
}
	
.lbGallery ul li { display: inline; }
	
.lbGallery ul img {
	border: 1px solid #633;
	padding: 2px;
	border-width: 1px;
	margin: 0px 8px 2px 0px;
	background-color: #FFF;
	}
	

	
.lbGallery ul a:hover img {
	border: 1px solid #fff;
	padding: 2px;
	border-width: 1px;
	margin: 0px 8px 2px 0px;
	background-color: #FFF;
	}

.lbGallery ul a:hover {
	color: #FFF;
}
	


