/*
	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 */

	#coda-slider-1{background:none;}
	.panel h2.title { margin:0px 0 13px 10px; font-size:0.9em;color:#000;}
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

	.coda-slider-wrapper { padding: 20px 0 0 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 }
	
	
	
	
	
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background:url(../images/fleche_left_cola.png); background-repeat:no-repeat; background-position:top; padding:5px; width:28px;height:150px; margin-top:10px; }
	.coda-nav-right a { background:url(../images/fleche_right_cola.png);}
	
	.coda-nav-left a:hover{ background:url(../images/fleche_left_cola.png); background-repeat:no-repeat; background-position:bottom;}
	.coda-nav-right a:hover{background-repeat:no-repeat; background-position:bottom;}
	/* Tab nav */
	.coda-nav ul li a.current {background: #09F; }
	
	/* Panel padding */
 .coda-slider .panel-wrapper { width:900px;margin-left:-10px;padding:0 20px 0 0; margin-left:18px;}
 .ie7 .coda-slider .panel-wrapper { width:900px;margin-left:-10px;padding:0 20px 0 0; margin-left:18px;}
	
	/* 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{max-width:900px;position:absolute}
	.coda-nav ul {clear: both; display: block; margin: 40px -30px 0 0px;float:right;}
	.webkit .coda-nav ul {clear: both; display: block; margin: 30px -30px 0 0px; float:right;}
	.ie7 .coda-nav ul {clear: both; display: block; margin: 0px 40px 0 0px; float:right;}
	.coda-nav ul li { display: inline}
	.coda-nav ul li a { 
	background: #000;
	color: #fff;
	display: block;
	float: left;
	margin-right: 7px;
	padding: 3px 12px;
	text-decoration: none; 	
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	line-height:17px;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; margin:0px 0 0 5px }
	.ie7 .coda-slider-wrapper { clear: both; overflow: hidden; margin:30px 0 0 5px;float:left;}
	.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-decoration: none }
	.webkit .coda-nav-right {margin-left:0px;}
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 895px;height:auto;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px;}
	.webkit .coda-slider-wrapper.arrows {margin: 0 0 0 6px}
	.ie7 .coda-slider .panel{overflow:hidden; height:auto;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 950px; height:auto;} 
	.coda-slider{ width:950px; height:auto;} 
	
