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

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

	.coda-slider-wrapper { margin-top: 2px; padding: 0px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 130px !important; overflow: auto !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 360px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	#produit_bas_left .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 536px;}
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 362px;}
	#marque_left_offres .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 625px;}
	#region_offres .coda-slider-wrapper.arrows .coda-slider, #all_pneus_neufs .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel, #ville_offres .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel, #bg_all_hot .coda-slider-wrapper.arrows .coda-slider { width: 952px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Arrow styling */
	.coda-nav-left a { background: url("../images/fleche_slider_g.png") center center no-repeat; color: #fff; width: 15px; display: block; font-size: 1px; color: #3c2c13; height: 130px;}
	
	.coda-nav-right a { background: url("../images/fleche_slider_d.png") center center no-repeat; color: #fff; width: 15px; display: block; font-size: 1px; color: #3c2c13; height: 130px;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* 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 { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* 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; color: #FFFFFF; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; color: #FFFFFF; }
	
	#coda-nav-1, #coda-nav-2 {display: none !important;}
	#coda-slider-1 {height: 162px !important;}
	#coda-slider-2 {height: 360px !important;}
	#all_pneus_neufs #coda-slider-1 {height: 150px !important;}
	#ville_offres #coda-slider-1 {height: 72px !important;}
	#ville_offres .coda-nav-left a, #ville_offres .coda-nav-right a {height: 35px !important;}
	#bg_all_hot .coda-nav-left a, #bg_all_hot .coda-nav-right a {height: 330px !important;}
	