/*
	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 */
:focus {
	outline:0;
}
div.tabs div h5 {
	border-bottom: 1px solid #666;
	background: none;
	padding: 0;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 120%;
}
.panel h5.title {
	display: none;
	text-indent: -999em;
	margin: 0 !important;
}
.coda-slider-wrapper {
	width: 753px;
}
.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: 753px;
} 
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
}
.coda-slider-wrapper.arrows .coda-slider {
}

/* Arrow styling */
.coda-nav-left a {
	background: #999;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
	width: 50px;
}
.coda-nav-right a {
	background: #999;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
	width: 50px;
}

/* Tab nav */
.coda-nav ul {
	width: 753px!important;
	margin: 0;
}

/* Panel padding */
.coda-slider .panel-wrapper {
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
}
/* 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 {
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	clear: both;
}
.coda-nav ul li {
	float: left;
	font-size: 12px;
	width: 243px;
	margin: 3px;
	text-align: center;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
}
.coda-nav ul li a {
	color: #000;
	height: 26px;
	display: block;
	padding: 13px 3px 4px;
	text-decoration: none;
}
.coda-nav ul li a.current, .coda-nav ul li a:hover {
	background: #e34f45;
	color: #fff;
}

/* Miscellaneous */
.coda-slider-wrapper { clear: both;  }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left {
	margin: 10px 10px 10px 321px;
	float: left;
}
.coda-nav-right {
	margin: 10px 0;
	float: left;
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
