

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
		width:930px;
		height:283px;
	 	margin: 0px 0px;
		position:relative;


	 }
	.coda-slider {
		background:none;
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right:0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 930px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 930px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a {
		background:url(../images/prev_btn.png) no-repeat 0 0;
		width:26px;
		display:block;
		height:0px;
		padding-top:54px;
		overflow:hidden;
		cursor:pointer;
		position:absolute;
		top:105px;
		left:0;
		z-index:10;
	}
	
	.coda-nav-right a {
		background:url(../images/next_btn.png) no-repeat 0 0;
		width:26px;
		display:block;
		height:0px;
		padding-top:54px;
		overflow:hidden;
		cursor:pointer;
		position:absolute;
		top:105px;
		left:0;
		margin:0px 0px 0px 904px;
		z-index:10;
	}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
	}
	
	
/*----------------------------------SLIDER CONTENT------------------------------------*/
	
	
.panel-banner {
	width:930px;
	height:283px;
	position:relative;
	z-index:1;
}

.panel-content {
	background:url(../images/slideshow_contentbg.png) repeat 0 0;
	width:930px;
	height:92px;
	position:relative;
	z-index:2;
	margin:-92px 0px 0px 0px;
	overflow:hidden;


}

.panel-content h1 {
	float:right;
	margin:18px 15px 0px 0px;
}

.panel-desc {
	float:right;
	width:405px;
	height:57px;
	border-left:4px solid #ffffff;
	padding:8px 20px 0px 10px;
	color:#ffffff;
	margin:12px 0px 0px 0px;
}
	
	
/*----------------------------------END SLIDER CONTENT------------------------------------*/
	
	
	/* Preloader */
	.coda-slider p.loading { 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; 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 }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
