/*
	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.
*/

/* Insignificant stuff, for demo purposes */
	.panel h2.title { padding-bottom: 10px;
					  font-family: Arial, Helvetica, sans-serif;
					  font-size: 13px;
					  color: #003366;
					  }
	.panel p {font-family: Arial, Helvetica, sans-serif;
			  font-size: 12px;
			  line-height: 1.4em;
			  color: #000;
			  }
	
	noscript div { background: #eaeaea; margin: 0px 0; padding: 0px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px; margin: 0px;}
	.coda-slider { background-color: #fafafa; }
	
	/* 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; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 550px;} 

	
	/* Tab nav */
	.coda-nav ul li a.current { background-image:url(../../images/coda-nav-bottom.gif);
								background-repeat: repeat;
								}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 10px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: inline; margin: 0px; overflow: hidden; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a {
	background-image:url(../../images/coda-nav-top.gif);
	background-repeat: repeat;
	color: #000;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 7px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 136.5px;
	height: 16px;
	text-align: center;
	margin-top: 10px;					}
	
	/* 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-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }