/*
	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 */

/* Most common stuff you'll need to change */

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider,
.coda-slider .panel {
	width: 978px;
	height: 642px;
}
#slideshow2,
#slideshow3 {
	width: 978px;
	height: 642px;
}
/* Change margin and width of the slider (with dynamic arrows) */

/* Arrow styling */

/* Tab nav */
.coda-nav ul li a.current {
	background: url(../img/bt_top_slide.png) no-repeat left -12px;
}
/* Panel padding */

/* 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 {
	list-style-type: none;
	position: absolute;
	top: 610px;
	left: 433px;
	z-index: 1000;
	margin: 0;
	padding: 0;
}
.coda-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.coda-nav ul li a {
	margin-right: 12px;
	display: block;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 8px;
	width: 12px;
	height: 12px;
	background: url(../img/bt_top_slide.png) no-repeat left top;
	overflow: hidden;
}
.coda-nav ul li a:hover {
	background: url(../img/bt_top_slide.png) no-repeat left -12px;
}
.coda-nav ul li a:focus {
	outline: none;
}
/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	position: relative;
	width: 978px;
	height: 642px;
	overflow: hidden;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}
.coda-slider .panel {
	display: block;
	float: left
}
.coda-slider .panel-container {
	position: relative
}
