
 
#gallery { 
	margin: 0; 
	padding: 0; 
	float:left;
}
#gallery .title2
{
	padding-top: 10px;
	letter-spacing: -1px;
	
	font-family:"Brannboll Fet";
	color:#c5292c; 
	font-size:2em;
	
}
#gallery ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#gallery ul li { 
	position: relative; 
	display: block; 
	float: left; 
	width: 280px; 
	margin: 0 30px 30px 0; 
	padding: 8px; 
	border: 1px solid #ccc; 
}

#gallery ul .lmb { 
	margin: 0 0 30px 0; 
}

#gallery ul li a img { 
	border: 1px solid #ccc; 
	margin-bottom: 5px; 
}

#gallery ul li  span {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 100px;
	height: 24px;
	text-align: center;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

#gallery ul li span a {
	color: #fff;
}


#gallery img { 
	border: 3px solid #c5292c; 
	margin: 5px;
	
}
#gallery a img { 
	text-decoration:none;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; text-decoration: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	  max-width: 100%;
  height: auto;
	margin: 0 auto;
	text-decoration: none;
}
#lightbox-container-image { padding: 10px;   max-width: 100%;
  height: auto; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; max-width: 85%;
  height: auto;}
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 20%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	line-height: 1.4em;
	
	width:30%;
	display:block;
	padding: 0.5em;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 20%; 
	float: left; 
	text-align: left;  
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 20%; 
	left: 0; 
	float: left;
	padding-bottom: 0.7em;	
}

