
/* Most common stuff you'll need to change */

	.coda-slider-wrapper {}
	.coda-slider {}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
		height:290px;
		overflow:auto !important;

		}
		
	.coda-slider{
		height:300px;
	}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {width:667px;}
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {width:667px;}
		
	.coda-slider-wrapper.arrows .coda-slider {margin:0;}
	
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {}
	
	/* Tab nav */
	.coda-nav ul li span.current {background:#39c;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {}	/* Remove this content if you don't wanna use image background */
	
	/* Preloader */
	.coda-slider p.loading {padding:170px;text-align:center;}

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	
	.coda-nav{
		position:absolute;
		bottom:0px;
		height:30px;
	}
	.coda-nav ul {		
		clear:both;
		display:block;
		margin:auto;
		overflow:hidden;
		position:absolute;
		bottom:3px;
		height:25px;
		
		}
		
	.coda-nav ul li {display:inline;}
	.coda-nav ul li span {
		background:transparent url("../images/slider-off.png") no-repeat scroll left top;
		text-indent:-9999px;
		display:block;
		float:left;
		margin-right:2px;
		height:14px;
		width:15px;
		left:-50%;
		}
	
	/* 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;display:none;}
	.coda-nav-left span, .coda-nav-right span {display:block;text-align:center;text-decoration:none;}
	
	.coda-nav ul li span.current {background:transparent url("../images/slider-on.png") no-repeat scroll left top;}
	.coda-nav ul li span.current:hover {background:transparent url("../images/slider-on.png") no-repeat scroll left top;cursor:default;}
	.coda-nav ul li span:hover {background:transparent url("../images/slider-ov.png") no-repeat scroll left top;}
	
	
	.title {display:none;}

	.linkButton {
		text-indent:-9999px;
		background:transparent url(../images/sliderbutton.png) top center no-repeat;
		height:50px;
		width:170px;
		position:absolute;
		top:250px;
		left:80px;
		}

	.linkButton:hover {background:transparent url(../images/sliderbutton.png) bottom center no-repeat;}
	
	#coda-nav-1 {}
	
	