/* Easy Slider */
	
	div.main {
		position: relative;
	}
	
	.caption { background-image:url(../images/global/bg.teaser.gif); background-repeat:repeat; margin:0px 0px 20px 0px; padding:0px 0px 5px 0px;; width:600px; }
	
	.caption p {  padding:5px 10px 0px 5px; margin: 0px; }


	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:50px;
		height:50px;
		
		position:absolute;
		left:5px;
		top:175px;
		
		z-index:1000;
		
		text-indent: -9999px;
		}	
	#nextBtn, #slider1next{ 
		left:545px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:50px;
		height:50px;
		background:url(../images/slider/prev_lo.png) no-repeat 0 0;	
		}	
	
	#nextBtn a, #slider1next a{ 
		background:url(../images/slider/next_lo.png) no-repeat 0 0;	
	}
	
	#nextBtn a:hover, #slider1next a:hover { background:url(../images/slider/next_hi.png) no-repeat 0 0; }
	#prevBtn a:hover, #slider1prev a:hover { background:url(../images/slider/prev_hi.png) no-repeat 0 0; }
	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#slider li {
			vertical-align: middle;
			text-align: center;
		}
		
		#slider a {
			
			display: block;

			width: 100%;
			height: 100%;
		
			
			margin: auto 0px;
			
			position: relative;
		}
		#slider img {
			/*
			width: 100%;
			height: 100%;
			*/
			
			
			max-width: 100%;
			max-height: 100%;
			
			
			vertical-align: middle;
			text-align: center;
			
			display:inline-block;
			position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
/*			
			
			position: absolute;
top: 50%;
left: 50%;

margin-left: -174px;

margin-top: -60px;
*/	
		}

/* special CASE - slider_lichtzier */

#slider_lichtzier ul, #slider_lichtzier li {
		margin:0;
		padding:0;
		list-style:none;
}

#slider_lichtzier li { 
	width:600px;
	overflow:hidden;
	
	cursor: pointer;
	
	display: none;
	
	/*
	background: #333;
	*/
}

#slider_lichtzier li img {
	width: 90%;
	height: auto;
	/*
	width: auto;
	height: 650px;
	*/
	
	margin: 0 auto;
	display: block;
}