@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: #DEDEDE;
	padding: 5px;
	}
.lbGallery img  {
	border: 4px solid #FFF;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #787878;
	}
.lbGallery a:hover img  {
	color: #fff;
	border: 4px solid #E8A41F;
	}
.lbGallery a:hover { color: #fff; }
	
