
		/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			min-width:99%;
			display:none;
			font-size:12px;
			text-align:justify;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div.slide {
			
			height:127px;
			display:block;
			
		}
		
        div.slide  {
            max-width:99%;
            min-width:99%;
        }
		/*
			Set the size of your carousel items
		*/
		.item1 {
			float:left;
		max-width:99%;
        min-width:99%;
			height:127px;
			background-image: url(../gfx/header/verbundanlagenzuraussenaufstellung.PNG);
		}
		.item2 {
			float:left;
			max-width:99%;
            min-width:99%;
			height:127px;
			background-image: url(../gfx/header/verbundanlagen.PNG);
		}
		.item3 {
			float:left;
						max-width:99%;
            min-width:99%;
			height:127px;
			background-image: url(../gfx/header/wartungen.JPG);
		}
		.item4 {
			float:left;
					max-width:99%;
            min-width:99%;
			height:127px;
			background-image: url(../gfx/header/kuehlzellen.PNG);
		}
        .item_kuehl-tiefkuehlzellen {
            margin:20px 0 0 0;
            	float:left;
						max-width:99%;
            min-width:99%;
			height:10%;
			background-image: url(../gfx/header/kuehlzellen_header.JPEG);
        }
	.slides, .itemtxt {
			float:left;
			margin:10px 20px 20px 482px;
            color:#FFF;
            text-align:left;
			}
   .bildquelle {
    float:left;
			margin:-30px 20px 20px 350px;
            color:#FFF;
   }
.slidesspan {font-size:14px;font-weight:bold;color:#FFF;}
.item_kuehl-tiefkuehlzellen span	{font-size:14px;font-weight:bold;color:#FFF;}
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			display:none;
			list-style:none;
			margin:0;
			padding:0;
			
			
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
			
		}
        
        .slides_control {min-width:100%;}
	