

/* coda */
div.coda-nav { display: none; }
div.coda-slider-wrapper { min-height: 85px; display: block; }
div.coda-slider-wrapper.arrows div.coda-slider { width: 100%; }
div.coda-nav-right,
div.coda-nav-left { float: left;  position: absolute; top: 50%; margin-top: -55px; z-index: 9999; overflow:hidden; }
div.coda-nav-right { right: 0; }
div.coda-nav-left { left: 0; }
div.coda-nav-left a,
div.coda-nav-right a { height: 85px; line-height: 200px; }
div.coda-nav-left a:hover,
div.coda-nav-right a:hover { opacity: 0.6; }
div.coda-slider .panel-wrapper img { width: 100%; }

/* left right buttons */
div.coda-nav-left a { background: url("/typo3conf/ext/contentslider/css/white-L-arrow.png") no-repeat; background-position: right; }
div.coda-nav-right a { background: url("/typo3conf/ext/contentslider/css/white-R-arrow.png") no-repeat; background-position: left; }




#coda-slider-808 {width:100%;} 
.coda-slider-wrapper { width:100%; padding: 0px; background: transparent; display: inline-block; position: relative; overflow: hidden !important; }
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */    
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px; }
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider-wrapper.arrows div.coda-slider div.panel { width: 100%; },
.coda-slider-wrapper.arrows div.coda-slider {width:100%;}
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
/* Arrow styling */
.coda-nav-left a,
.coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
/* Tab nav */
.coda-nav { 
	position: absolute; bottom: 0; left: 0; margin: 0; padding: 0; z-index: 199999;	width: 100%; background-color: #666; opacity:0.85; filter:alpha(opacity=85); 
}
.coda-nav ul { list-style-type: none; margin: 0 auto !important; padding: 0; z-index: 99999; }
.coda-nav ul li { display: inline; padding: 0; margin: 0; }
.coda-nav ul li a { display: inline; color: black; padding: 2px 4px; text-decoration: none; font-size: 1.9em; }
.coda-nav ul li a:hover { text-decoration: none; color: yellow; }
.coda-nav ul li a.current { color: white; }
/* Panel padding */
.coda-slider .panel-wrapper { padding: 0px; }


