@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: 0px;
	width: 50%;
	float: none;
	margin: 0px;
	clear: none;
	border: thin none #FFF;
	}
	.lbGallery ul {
	list-style: none;
	padding: 1px;
	margin: 1px;
	height: auto;
	width: auto;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACBC5;
	border-right-color: #CACBC5;
	border-bottom-color: #CACBC5;
	border-left-color: #CACBC5;
	white-space: pre;
	height: auto;
	width: auto;
	float: none;
	clear: none;
	margin: 10px;
	padding: 0px;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-align: left;
	margin: 10px;
	padding: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

