/*
	
	based on:
	
	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 */

	noscript div {
	background: transparent;
	border: 1px solid #999;
	margin: 0 0 50px 0;
	padding: 20px;
	font-size: 78%;
	color: #727272;
	}


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

	.coda-slider-wrapper {
	color: #999;
	padding: 0;
	width: 700px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.coda-slider { 
	background: #121212;
	float: left; 
	overflow: hidden; 
	position: relative;
	}
	
	.coda-slider p { 
	padding: 20px;
	}

	.coda-slider a { 
	color: #999;
	text-decoration: underline;
	border-bottom: 0;
	}

	.coda-slider a:hover, .coda-slider a:active, .coda-slider a:focus {
	color: #999;
	text-decoration: underline;
	border-bottom: 0;
	font-style: normal;
	}	

	/* IE7 HACK */
	*+html .panel-wrapper {
	margin: 0 0 -3px 0;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 600px;
	overflow: auto !important;
	padding-right: 15px;
	}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 700px; } 
	
	/* 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 }
	*/
	
	.coda-nav-left, .coda-nav-right { float: left }

	/* Arrow styling */
	.coda-nav-left a, .coda-nav-left a:hover, .coda-nav-left a:active, .coda-nav-left a:focus {
	color: #000;
	padding: 0px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	text-indent: -9000px;
	width: 20px;
	height: 25px;
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
	margin-right: 1px;
	}

	.coda-nav-right a, .coda-nav-right a:hover, .coda-nav-right a:active, .coda-nav-right a:focus {
	color: #000;
	padding: 0px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	text-indent: -9000px;
	width: 20px;
	height: 25px;
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
	}

	/* Tab nav */
	.coda-nav ul li a.current {
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 }
	
	/* 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 */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a, .coda-nav ul li a:hover {
	color: #FFF;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	text-decoration: none;
	text-indent: -9000px;
	width: 12px; 
	height: 25px;
	background-image: url(img/dot2.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
	}

	.coda-nav ul li a:active, .coda-nav ul li a:focus {
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
	}


	/* Miscellaneous */
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }

	.coda-nav {
	background-color: transparent;
	float: left;
	width: 80%;
	margin: 0;
	padding: 7px 0 0 0;
	margin: 0 0 25px 0;
	}

	.coda-nav-pfeile {
	background-color: transparent;
	float: right;
	width: 41px;
	margin: 0;
	padding: 7px 0 0 0;
	text-align: right;
	margin: 0 0 25px 0;
	}
