@charset "utf-8";
/* CSS Document coda-slider-2.0
 */

/*
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.
*/

noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 20px 0;
	padding: 15px;
}

.coda-slider {
	overflow: hidden;
	position: relative;
	width:594px;
	float:right;
}

.coda-slider .panel {
	width:594px;
	display: block;
	float:left;
	overflow:hidden;
}

/* Tab nav */
.coda-nav ul li a.current {
	width:130px;
	background: #3eb5e0;
}

/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}

/* Tabbed nav */
.coda-nav ul {
	position:absolute;
	margin:20px 0 0 0;
}

.coda-nav ul li {
	display:inline;
}

.coda-nav ul li a {
	width:110px;
	background: #333;
	color: #fff;
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	text-align:center;
	margin:4px 20px 0 0;
}

/* Miscellaneous */
.coda-slider-wrapper { clear: both; width:754px;}
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

