/**
* @version $Id: jflexbasis.css v 1.0 2007/04/17
* @author Ute Jacobi www.jahoart.eu
* @copyright (c) 2006,2007 Ute Jacobi
* @license JFlex Image Basis -> jahoART Non-Commercial License / JFlex Image Full -> jahoART Commercial License
*/

img { border:none;}

/* --- Gallery and only Image ---*/
.galcontainer {
clear: both; 
height:auto;
display:block;
margin : 0 auto;
padding : 3px;
overflow: hidden;
}

.thumbcontainer{
	float: left;
 	text-align : center;
}	

.thumbnail{
	display:block;
}	

.image img {
	overflow: hidden;
}

.caption { 
	clear: both;
	display:block;
}

#keyMsg{ 
	clear: both;
	overflow:auto;
}

#olDetails{
	display:block;
}

#overlaybox{
	text-align: center;
	margin: 0 auto;
	z-index:999;
	}

#overlaybox img{ border: none;
	clear: both;
} 

#overlay img{ border: none; }

* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

* html .thumbcontainer .thumbnail{
 	width:1px;
}

/* --- Slidebox ---*/	

div.jslideshow{
	display: none;
	overflow:hidden;
	position: relative;
	text-decoration: none;
}

.jslideshow img{
	vertical-align:bottom;
	border: 0;
	margin: 0 auto;
}

.jslideshow .slideElement{
	background-color: #000;
	background-repeat: no-repeat;
}

.jslideshow .loadingElement{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('load9.gif');
}

.jslideshow .slideInfoZone{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jslideshow .slideInfoZone h2{
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jslideshow .slideInfoZone p{
	padding: 0;
	font-size: 10px;
	margin: 2px 5px;
	color: #eee;
	font-weight: normal;
}

.jslideshow a{
	text-decoration: none;
	color: #fff;
}

.jslideshow a:hover{
	text-decoration: none;
	color: #fff;
}

/*--- Flickr --- */

#overlaybox.jflickr{
	background-color:#fff;
	color:#000;
	padding: 10px 10px 0px 10px;
}

.jflickr, .jflickrslide{
	text-align: center;
	overflow: hidden;
	margin: 0px auto
}

.jflickr div{
	display: inline;
}

.jflickr img, .jfiframe, .jexternimage {
	margin: 3px;
	padding: 3px;
	background-color: #E8E8E8;
	border: 1px solid #ccc;
}

