@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: #D4E9EA;
	padding: 0px;
	width: 500px;
		}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	text-align: left;
}
	.lbGallery ul img {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4E9EA;
	border-right-color: #D4E9EA;
	border-bottom-color: #D4E9EA;
	border-left-color: #D4E9EA;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #925202;
	border-right-color: #925202;
	border-bottom-color: #925202;
	border-left-color: #925202;
	}
	.lbGallery ul a:hover { color: #fff; }
	
