

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

.coda-slider-wrapper { width: 558px; position: relative; height: 406px; background:url(../images/slide_bg.gif) no-repeat; font-family:Arial, Verdana, Geneva, sans-serif; padding:6px 0 0 6px;}
	
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 223px; overflow: hidden !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider { width: 553px; height: 287px; float:left; overflow: hidden !important; } 
	.coda-slider .panel { width: 553px; height: 287px; float:left; position:relative; z-index:100;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 553px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 0px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background:url(../images/thumb_current.gif); background-repeat:no-repeat; background-position: 0 0 ; color:#000; display: block; border:none; text-decoration:none; padding:16px 0 0 0px; position:relative; z-index:1000;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0px;}
	.coda-slider .panel-wrapper img{ width: 553px; margin:0px auto;}
	.coda-slider .panel-wrapper h6 { padding:4px 15px; margin:0px; font-size:10px; color:#000;}
	.coda-slider .panel-wrapper p { padding:0px 15px; margin:0px; font-size:12px; color:#fff;  text-transform:uppercase;}
	.coda-slider .panel-wrapper p a{  color:#fff;}
	.coda-slider .panel-wrapper p a:hover{  color:#fff; text-decoration:underline;}
	
	#coda-slider-1 { width: 553px; height: 287px; float:left; overflow: hidden !important;}
	/* Preloader */
	.coda-slider p.codaloading { padding: 0px; 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; padding: 0px 0 0 0px; margin:0px 0 0 0px; float:left; position:relative; border:none; z-index:200;}
	.coda-nav ul li { display: inline; padding:0px; margin:0px;}
	.coda-nav ul li a { width:138px; height:113px; color: #fff; display: block; float: left; text-decoration: none;  border:none; padding:16px 0 0 0px;  }
	.coda-nav ul li a div.thumbwrap { width:130px; height:56px; overflow:hidden; margin-left:2px;}
	.coda-nav ul li a img{ border:none; margin: 0px 0 0 5px; width:124px;}
	.coda-nav ul li a h4{ border:none; margin: 0px; width:131px; padding:4px 0 0 4px; text-align:center; font-size:11px; }
	/* 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, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	