﻿@charset "utf-8";

.gallery { 
	margin: 0px; 
}
.gallery-item { 
	float: left; 
	/*margin: 10px auto; */
	text-align: center;
	}
.gallery img {
	margin-right:5px;
	margin-bottom:9px;
	border:solid 1px #333;
}
/* If you want to show images slowly, use this. And you need to edit lightbox-gallery.js too. */
/* .gallery img {display: none; border: 2px solid #cfcfcf;} */
.gallery-caption { margin-left: 0; display:none; }

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	background-color: #eee;
	padding: 0px 3px 0px 3px;
	opacity: 0.85;
	font-size:9px;
}
#tooltip h3, #tooltip div { margin: 0; }

/* Lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#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; }
#lightbox-container-image-box {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	
}
#lightbox-container-image { 
	padding:10px;
	background:url(images/lightbox-bg.png) #333;
}
#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; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	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-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin: 0 auto;
	line-height: 15px;
	overflow: auto;
	width: 100%;
	padding:10px;
	padding-top:0px;
	background:url(images/lightbox-bg.png) #333;
}
#lightbox-container-image-data {
	/* markus
	padding: 0 10px; 
	*/
	padding:0px;
	color: #fff; 
	
}
#lightbox-container-image-data #lightbox-image-details { 
	
	width: 70%; 
	float: left; 
	text-align: left;
	
}	
#lightbox-image-details-caption { 
	
	}
#lightbox-image-details-currentNumber {
	display: none; 
		
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
}