/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

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

	.coda-slider-wrapper { padding: 0 }
	.coda-slider { 
	border-left: 3px dashed #F0F0F0;
	border-right: 3px dashed #F0F0F0;
	border-top: none;
	border-bottom: 3px dashed #F0F0F0; 
	border-radius: 0px 15pxpx 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-webkit-border-top-right-radius: 15px; 
	-webkit-border-bottom-left-radius: 15px; 
	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: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 649px } 
	
	/* Tab nav */
	.coda-nav ul li a.current { background: -moz-linear-gradient(center top , #EFEFEF, #FFFFFF) repeat scroll 0 0 transparent; color: #000; margin-top: 5px }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { min-height: 150px; padding: 20px 20px 30px 20px }
	
	/* 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; text-align: center }
	.coda-nav ul li a {
		background: #FFF;
		border-top: #F0F0F0 3px solid;
		border-right: none;
		border-bottom: none;
		border-left: #F0F0F0 3px solid;
		color: #CCC; 
		display: block; 
		float: left; 
		font-weight: bold;
		margin-top: 5px;
		padding: 5px 6px 1px 6px; 
		text-decoration: none; 
		text-transform: uppercase; 
		width: 114px; 
		border-radius: 15px 15px 0px 0px;
		-moz-border-radius: 15px 15px 0px 0px;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px; }
	
	/* 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 }