@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 #1e1e1e
*/
.lbGallery {
/*	background-color: #ffffff; */
	padding: 5px;
	width: 1200px;
	}
	.lbGallery ul { 
	list-style: none; 
	padding-left: 126px;
	}
	.lbGallery ul li {
	display: inline;
	border: 8px solid;
	border-color:transparent;
	}
	.lbGallery ul img {
	border: solid #660300;
	border-width: 2px 2px 2px 2px;
	border-radius: 10px;
	
	}
	.lbGallery ul a:hover img {
	color: #FFCC00;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	}
	.lbGallery ul a:hover { color: #ffffff; }
	
