/* 
 *
 * CSS fuer das Modul 'gallery2'
 *
 * part of project: schalch.net
 * copyright: schalch.net - Internet Solutions, Switzerland
 * coder: Thomas Schalch
 * date: 2-2011
 * 
 * Description (de): CSS-Stylesheet
 */


.lightboxImg {
	display: inline;
	float: left;
	width: 200px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lightboxImg a {
	display: block;
	width: 160px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

.lightboxImg a:hover {

}

.lightboxImg a img {
	border: 0;
}

.endgallery {
	clear: both;
}

.gallery_container {
	text-align: justify;
	width: 100%;
}

.slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	background-color: #DDDDDD;
	overflow: hidden;
}

.slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align: center;
	height: 100%;
	width: 100%;
}

.slide-images li img{
	
}

.slideshowload {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	text-align: center;
	vertical-align: middle;
	background-color: #DDDDDD;
}

.slideshow_toolbar {
	position: relative;
	height: 35px;
	padding-top: 15px;
	padding-left: 15px;
	display: block;
	left: 50%;
	width: 35px;
	margin-left: -25px;
	margin-top: -60px;
	margin-bottom: 10px;
	background-color: #000000;
}