/* @override http://kathrynlewek.com/stylesheets/coda-slider-2.0.css */

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { 
	padding: 0px;
	width: 680px;
	}
	.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: 200px; overflow: auto !important; padding-right: 20px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 680px;
} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 680px; }
	.coda-slider-wrapper.arrows .coda-slider { 
	}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	color: #fff;}

	
	/* 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 */

	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-right { 
	float: right;
	margin-top: 0px;
	background-color: #8E1A30;
}
	.coda-nav-right a { 
	display: none;
	text-decoration: none;
	padding: 5px;
	background-color: #8E1A30;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 12px;
}
	
	.coda-nav-right a:hover { 
	display: block;
	text-decoration: none;
	padding: 5px;
	background-color: #D2CFB1;
	color: #8E1A30;
}
