@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: 750px;
	background-image: none;
	background-repeat: repeat-x;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border-top: 5px solid #555345;
	border-right: 5px solid #555345;
	border-bottom: 5px solid #555345;
	border-left: 5px solid #555345;
	}
	.lbGallery ul a:hover img {
	color: #F00;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	
