
	.coda-slider-wrapper { margin:0px; height:330px;}
	.coda-slider { height:320px; padding: 0px 0px; background: #000;  border:5px solid #000; z-index: 0;  float: left; overflow: hidden; position: relative; width: 933px;}
	.panel-wrapper img{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: 330px; overflow: auto !important; padding-right: 0px }*/
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {width: 933px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 933px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px 0px }
	
	/* Arrow styling */
	.coda-nav-left a { 
	background: url(../images/home/arrow-left-2.png) 0px 0px no-repeat; 
	padding: 0px; 
	margin: -198px 0px 0px -2px; 
	width: 72px; 
	height:70px; 
	text-indent:-9999px;
	z-index:2; 
	display:block;
	float:left;
	outline: medium none;
	position:relative;}
	
	.coda-nav-right a { 
	background: url(../images/home/arrow-right-2.png) 0px 0px no-repeat; 
	padding:0px; 
	margin: -200px 7px 0px 0px; 
	width: 72px; 
	height:70px; 
	text-indent:-9999px; 
	float:right;  
	display:block;
	z-index:3;
	outline: medium none;
	position:relative;}
	
	.coda-nav-left a:hover{
	background-position: 0px -70px;}	
	
	.coda-nav-right a:hover{
	background-position: 0px -70px;}	
	/* 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: hidden }
	.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 }*/
	