

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

	.coda-slider-wrapper { 
	padding: 0px 
	}
	
	.coda-slider {
	background: #ffffff;
	}
	
	
	/* Change the width of the entire slider (without dynamic arrows)  */
	.coda-slider, .coda-slider .panel {
	width: 604px;
	}

	
	/* paramètre des flèches */
	
	.coda-nav-left a {
	background-image: url(../images/fleche_g.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 27px;
	}
	
	.coda-nav-left a:hover {
	background-image: url(../images/on_fleche_g.png);
	}
	
	.coda-nav-right a {
	background-image: url(../images/fleche_d.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 27px;
	}
	
	.coda-nav-right a:hover {
	background-image: url(../images/on_fleche_d.png);
	}

	.coda-nav-left {    
	float: left;
    left: 0px;
    position: relative;
    top: 60px;
    z-index: 1000;
	}	
	
	.coda-nav-right {
    float: left;
    right: 0px;
    position: relative;
    top: 60px;
    z-index: 1000;
	}
	
	
	/* Preloader */
	.coda-slider p.loading { text-align: center }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	

	/* Tabbed nav */
	.coda-nav ul {
	clear: both;
	display: block;
	overflow: hidden;
	margin-left: 30px;
	padding-top: 2px;
}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {
	background: #000; 
	color: #fff; 
	display: block; 
	float: left;
	height: 0px; 
	margin-right: 2px; 
	padding: 3px 6px; 
	text-decoration: none 
}
	
	/* Miscellaneous */
	.coda-slider-wrapper { 
	clear: both;
	}
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }


	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
