
.loading {
	width: 700px;
	height: 215px;
    background: url(../images/loading.gif) no-repeat 50% 50%;	
	}
	
/* Preloader */
.coda-slider p.loading { 
	padding: 20px; 
    margin: 0 auto 0 auto;
    background: url(../images/loading.gif) no-repeat 50% 50%;	
    text-indent: -9999:
    }
	
/* Most common stuff you'll need to change */

.coda-slider-wrapper { background-color: #fff; position: relative; width: 700px; height: 215px; margin: 0 auto; padding-top: 70px; padding-left: 0; }
	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { 
	height: 195px; 
	overflow: auto !important; 
	}
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 700px; z-index: 100; } 
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, 
.coda-slider-wrapper.arrows .coda-slider .panel { 
	width: 700px;
	}
		

/* Don't change anything below here unless you know what you're doing */



	/* Miscellaneous */
.coda-slider-wrapper { 
	clear: both; 
	overflow: hidden; 
	}
	
.coda-slider { 
	overflow: hidden; 
	position: relative 
	}
	
.coda-slider .panel { 
	display: block; 
	float: left;
	}
	
.coda-slider .panel-container { 
	position: relative 
	}
/* Buttons */

#coda-nav-left-1,
#coda-nav-right-1 {
	position: absolute;
    top: 140px;
    text-indent: -9999px;
    z-index: 900;
    }
    
#coda-nav-right-1 {
	right: 0;
	}
	
.coda-nav-left a { background: url(../images/pfeile.png) left bottom; height: 41px; width: 25px; overflow: hidden; display: block; text-indent: -9999px; margin-left: 5px; }
	
.coda-nav-left a:hover { 
    background: url(../images/pfeile.png) top left;	
	}	

.coda-nav-right a { background: url(../images/pfeile.png) right bottom; height: 41px; width: 25px; overflow: hidden; display: block; text-indent: -9999px; margin-right: 5px; }
	
.coda-nav-right a:hover { 
    background: url(../images/pfeile.png) top right;	
	}	
	

/* Tabbed nav */

#coda-nav-1 {
	position: absolute;
	width: 1000px;
    bottom: 14px;
	z-index: 99999;
	}
	
.coda-nav ul { 
	float: right;
	overflow: hidden;
	margin-right: 12px; 
	}
	
.coda-nav ul li { 
	float: left; 
	margin-right: 10px; 
	}
	
.coda-nav ul li a { 
	color: #6a7b85;
	display: block; 
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-top: 27px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    }
	
.coda-nav ul li a:hover { 
	color: #242C31;
	}
		
.coda-nav ul li a.current { 
	color: #242C31;
    background: url(../images/slider-highlight.png) no-repeat center 0;
	}
		
	
	
	
/* Panels */

.panel-wrapper .image { position: relative; float: left; padding-left: 43px; width: 614px; height: 175px; z-index: 1111; }

.panel-wrapper .text {
    width: 435px;
    padding-top: 60px;
    padding-right: 60px;
    float: right;
}

.panel-wrapper .text h3 {
    font-size: 48px;	
    font-weight: bold;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.8);
}

.panel-wrapper .text h3.small {
    font-size: 36px;	
    line-height: 40px;
    letter-spacing: -2px;
}

.panel-wrapper .text p {
	font-size: 16px;
	line-height: 22px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
}

.panel-wrapper .text img {
    margin-top: 30px;
    margin-right: 10px;
}
	
	
	
	
