
	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }
	
	/* 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, .coda-slider .panel { width: 628px }
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { padding: 0px 10px;  }
	
	/* Tab nav */
	.coda-nav ul li a.current { color:#00A8FF;border:1px solid #666; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

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

	/* Tabbed nav */
    /*PROBLEME IM IE7: Breite Navi bar => width in ie.css | SES*/
    .coda-nav{position:absolute;left:56px; top: 255px; }
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden;padding:2px 2px 5px 2px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { color: #666; display: block; float: left; margin-right: 1px; padding: 0px 16px; text-decoration: none }
	.coda-nav ul li.arrow a {color:#ccc;border:1px solid #666;}
	
	/* Miscellaneous */
    .coda-slider-wrapper{position:relative;padding-top:0px;padding-bottom:0px;overflow:hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
    .coda-slider-wrapper .coda-nav-panel { top: 253px; left: 10px; width: 300px; height:30px; position: absolute;background:transparent url(/public/yomusic/images/transparent/transpBlack75.png) repeat-x top left;z-index:1000; border: 1px solid #444; border-bottom: none; padding: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
    
	.coda-nav-left, .coda-nav-right {float: left;position:absolute; }
    .coda-nav-left{top: 255px; left:15px;border-right:0;padding:2px 0px 5px 2px;}
    .coda-nav-right{top: 255px; left:268px;border-left:0;padding:2px 2px 5px 0px;}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }
    .coda-nav-top-element a, .coda-nav ul li a  { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
    .coda-nav-top-element { z-index:1190 }
	.coda-nav-background-container {position:absolute;z-index:1200}

    .coda-slider-nav-bar{height:30px;position:absolute;width:628px;z-index:999;}
    .coda-nav-auto{z-index:1000;position:absolute;top:0px;left:5px;border:0px solid green;width:100px};

