
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 350px; overflow: auto !important;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 475px; min-height:400px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 475px; float: left; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { display:block; width: 23px; height: 40px; }
	.coda-nav-left a{
		background:url(../images/left.png) no-repeat;
		float:left;
		
	}
	.coda-nav-right a{
		background:url(../images/right.png) no-repeat;
		float:left;
		
	}
.coda-nav-left{
	margin-right:10px;
}
.coda-nav-right{
	margin-left:10px;
}
.coda-nav-left, .coda-nav-right{
	margin-top:135px;
}
	/* Tab nav */
	.coda-nav ul li a.current {color:#fff !important; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {margin-right: 20px; }
	
	/* 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 {display: block; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; margin-bottom:20px; }
	.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; width:23px; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	#coda-1 {
     width: 400px;
     
}
.coda-slider .panel{
	width:210px;
}
