/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 0;}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0 }
	.coda-slider { background: transparent }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 400px; overflow: auto !important; padding-right: 0 }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 930px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 930px height: 400px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { 
	background: #444;  
	color: #eee; 
	padding: 5px 5px 7px 5px ; 
	width: 16px; 
	font-size: 1.1em; 
	line-height: 1em; 
	/* border: 1px solid #aaa;*/ 
	margin-right: 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;	
	}
	/* Tab nav */
	/*	.coda-nav ul li a.current { background: #39c; color: #fff }	*/
	.coda-nav ul li a.current { 
		background: #c9c9c9 url(../image/coda-slider-ziffer_over.gif) top repeat-x;  
		color: #000;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 0 40px 0 ; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0; text-align: center }

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

	/* Tabbed nav */
	.coda-nav ul { float: right; display: block; margin: auto; overflow: hidden; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { 
		background: #555555 url(../image/coda-slider-ziffer_back.gif) top repeat-x; 
		color: #ffffff; 
		display: block; 
		float: left; 
		margin: 3px; 
		padding: 4px 6px 3px 6px; 
		text-decoration: none 
		font-size: 0.8em;
		line-height: 1em;

		border-radius: 9px;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;	
		padding: 2px 4px 1px 4px; 
	}
	
	em {
	visibility: hidden;
}	
	a.current em { 
	visibility: visible !important;
}	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; float: left; }
	
#coda-nav-2 {
	float: right;
	width: auto !important;
}

.panel-wrapper h2.title {
	display: none;
}

*html #coda-nav-2 { float: right; width: 700px !important; }
*html .coda-nav-right { margin-top: -16px; }
*+html #coda-nav-2 { float: right; width: 700px !important; }
*+html .coda-nav-right { margin-top: -16px; }
