/* @override 
	http://www.djermester-lindner.de/cms/assets/templates/djermester/css/slider.css
	http://djermester-lindner.de/cms/assets/templates/djermester/css/slider.css
*/

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 900px; height: 390px; position: relative;}
.anythingSlider .wrapper                { padding-top:  30px;width: 900px; height: 390px; position: absolute; top: -30px; left: 0;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 30px; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 390px; width: 900px; margin: 0; position: relative;}

#thumbNav                               { z-index:  100;position: absolute; padding:  5px 2px 5px 7px; right:  0; top: 358px; text-align: right; background:  url(images/buttons_back.png); width:  auto;}
#thumbNav a                           { color: #fff; text-decoration: none; font: 11px/18px arial, sans-serif; display: inline-block; height: 18px; margin: 0 5px 0 0; background: transparent; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#thumbNav a.numbers{
	padding:  2px 6px;
}   
#thumbNav a.numbers:hover                       { background: #fff; color:  #000;}
#thumbNav a.cur                         { background: #d9d9d9; color:  #000; }

#thumbNav #start-stop                             { display: inline-block;background: url(images/play_controls_play.png) top left no-repeat; text-indent:  -9999px; color: white; height:  16px; width:  16px; margin-left:  7px;}
#thumbNav #start-stop.playing                     { display: inline-block;background: url(images/play_controls_pause.png) top left no-repeat; }
#start-stop:hover                       { background-image: none; }
#thumbNav .arrow                  { display: inline-block; height: 16px; width: 16px; text-indent: -9999px;cursor: pointer; padding:  0px; margin:  0px;}
#thumbNav .arrow:hover{

}
#thumbNav .forward                { background: url(images/play_controls_next.png) top left no-repeat;}
#thumbNav .back                   { background: url(images/play_controls_prev.png) top left no-repeat; margin-left:  7px;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.anythingSlider .description{
	position: absolute;
	top:  0;
	left:  0;
	z-index:  2500;
	color:  black;
	width:  880px;
	height:  auto;
	color: #fff;
	font-size:  12px;
	padding:  10px 10px 5px 10px;
	display:  none;
}

.anythingSlider .description h3, .galleria .description h3{
	font-weight: bold;
	margin-bottom: 5px;
	}
.anythingSlider .description p, .galleria .description p{
	line-height:  1.3;
	margin: 0px;
	}
.anythingSlider .unsichtbar, .gallery .unsichtbar{
	background: transparent;
	}

/* Website Galerie */

.gallery{list-style:none;width:320px;float:  right; margin-right:  10px; margin-top:  0px;}
.gallery li{display:block;width:150px;height:106px;overflow:hidden;float:left;margin:0 10px 8px 0}
.gallery li a{display:none}
.galleria_wrapper {
	position: absolute;
	left:  0;
	top:  0;
}

.galleria_wrapper img{
	height:  350px;
	width:  530px;
	margin:  20px;
}
.galleria_container li div{position:absolute;display:none;top:0;left:0px}
.gallery li div img{cursor:pointer}
.gallery li.active div img,.galleria li.active div{display:block}
.gallery li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria_container .caption{display:none;position: absolute; left: -2323px; top:-2323px;}
* html .gallery li div span{width:400px} /* MSIE bug */

.galleria_container .description{
	position: absolute;
	top:  20px;
	left:  20px;
	z-index:  2500;
	color:  black;
	width:  510px;
	height:  auto;
	color: #fff;
	font-size:  12px;
	padding:  10px 10px 5px 10px;
	display:  none;
}

li.active .description {

}


