/*
	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.
*/
.coda-slider-wrapper {
	margin-left: -35px; /* compensate for the content margin */
	margin-right: -35px;
	width: 500px;
}

.showcase .coda-slider-wrapper {
	margin-left: 0px;
	margin-right: 0px;
	width: 701px;
}

.coda-slider-wrapper.arrows {
	position: relative;
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider,.coda-slider .panel {
	width: 500px; /* main content width */
	height: 320px;
}

.showcase .coda-slider,.showcase .coda-slider .panel {
	width: 701px; /* main content width */
	height: 449px;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider,.coda-slider-wrapper.arrows .coda-slider .panel {
	width: 500px;
}

.showcase .coda-slider-wrapper.arrows .coda-slider,.showcase .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 701px;
}

/* Tab nav */
.coda-nav ul li a.current {
	background-image: url('../images/codaslider/slider_dot_active.png');
}

/* 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;
	width: 9px; /* to fix the coda calculated ul width */
	height: 9px;
}

.coda-nav ul li a {
	background-image: url('../images/codaslider/slider_dot.png');
	display: block;
	float: left;
	margin-right: 5px;
	width: 9px;
	height: 9px;
}

/* 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 {
	width: 100% !important;
	/* override scripted width, since we made the arrows position: absolute*/
}

.coda-nav ul {
	padding-top: 9px;
}

.showcase .coda-nav ul {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 42px;
}

.coda-nav-left,.coda-nav-right {
	position: absolute;
	z-index: 999;
	top: 45%;
}

.coda-nav-left {
	left: 0px;
	right: auto;
}

.coda-nav-right {
	left: auto;
	right: 0px;
}

.coda-nav-left a,.coda-nav-right a {
	width: 40px;
	height: 40px;
}

.coda-nav-left a {
	background-image: url('../images/slideshow_btn_prev.png');
	background-color: white;
}

.coda-nav-left a:hover {
	background-image: url('../images/slideshow_btn_prev_hover.png');
	background-color: black;
}

.coda-nav-right a {
	background-image: url('../images/slideshow_btn_next.png');
	background-color: white;
}

.coda-nav-right a:hover {
	background-image: url('../images/slideshow_btn_next_hover.png');
	background-color: black;
}

.coda-nav-left a,.coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}

.coda-slider .caption {
	background-color: rgb(4, 222, 184);
	height: 1.8em;
	line-height: 1.8em;
	color: white;
	font-size: 22pt;
	padding: 0em 1em 0em 1em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}