/*
	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 { padding:0; margin:16px 0 10px 7px; }
	.coda-slider { background: #f4f4f4; position:relative;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height:294px; overflow: auto !important; padding-right: 0px;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width:967px; min-height:294px; margin-top:1px; } 
	
	/* 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 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background:url("../images/btn_slider_u.png") no-repeat top left; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background:url("../images/btn_slider_d.png") no-repeat top left; width:24px; height:24px; display:none;  }
	
	/* Panel padding 
	.coda-slider .panel-wrapper { position:relative; padding: 0px; }
	.panel_text { position:absolute; top:210px; left:38px; }
	.panel_text img { margin:0 0 0 0; }
	.panel_text p { color:#fff; font-size:12px; width:600px; margin:0 0 0 1px; line-height:18px; }
	*/
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	
	.coda-slider-wrapper-2	{ width:212px; padding:0; 			margin:10px 0 0 5px; 	 	 }
	.coda-slider-2 			{ width:212px; padding:0; 			margin:0; 				min-height:135px; }
	.coda-slider .panel-2 	{ width:212px; padding:0; 			margin:0; 				min-height:135px; text-align:center; }
	.panel-wrapper-2 	 	{ width:97px;  padding:0 0 0 25px;	margin:0; 				min-height:135px; }
	

/* 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; width:500px; padding:10px 0 0 0;                      display:none;                 }
	.coda-nav ul li { float:left; }
	.coda-nav ul li a { background:url("../images/btn_slider_u.png") no-repeat top left; display:inline-block; margin:0 5px 0 0; width:24px; height:24px; 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 }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	