@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;
	margin-right: auto;
	margin-left: auto;
	background: #F60;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border-top: 5px solid #F90;
	border-right: 5px solid #F90;
	border-bottom: 20px solid #F90;
	border-left: 5px solid #F90;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border-top: 5px solid #FFEFAE;
	border-right: 5px solid #FFEFAE;
	border-bottom: 20px solid #FFEFAE;
	border-left: 5px solid #FFEFAE;
	}
	.lbGallery ul a:hover { color: #fff; }
	

