﻿.coda-slider-wrapper, .coda-slider, .coda-slider-no-js .coda-slider, .coda-slider, .coda-slider .panel
{
	position: relative;
	z-index: 0;
	height: 300px;
	width: 720px;
	overflow: hidden !important;
}
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel
{
	height: 300px !important;
	width: 720px !important;
}
.coda-slider .panel-wrapper
{
	text-align: center;
}
/* Panel padding */

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a
{
	width: 35px;
	height: 325px;
	z-index: 90;
	position: absolute;
	top: 5px;
	text-indent: -99em;
	overflow: hidden;
}
.coda-nav-right a
{
	background: url(../i/slides/arrowRight.gif) no-repeat 15px center;
	right: 5px;
}
.coda-nav-left a
{
	background: url(../i/slides/arrowLeft.gif) no-repeat 0px center;
	left: 5px;
}
.coda-nav-right A:HOVER
{
	background: url(../i/slides/arrowRight_hover.gif) no-repeat 15px center;
	right: 5px;
}
.coda-nav-left A:HOVER
{
	background: url(../i/slides/arrowLeft_hover.gif) no-repeat 0px center;
	left: 5px;
}

/* Preloader */
.coda-slider p.loading
{
	padding: 20px;
	text-align: center;
}

/* Tabbed nav*/
.coda-nav ul
{
	position: absolute;
	overflow: hidden;
	display: block;
	height: 20px;
	clear: both;
	z-index: 100;
	padding: 0;
	margin: 0;
	bottom: 5px;
	left: 38px;
}
.coda-nav ul li
{
	display: inline;
}
.coda-nav ul li a
{
	text-indent: -99em;
	overflow: hidden;
}
.coda-nav ul li a
{
	background: url(../i/slides/radioOff.gif);
	text-decoration: none;
	margin-right: 1px;
	display: block;
	height: 20px;
	float: left;
	width: 20px;
}
.coda-nav ul li a.current
{
	background: url(../i/slides/radioOn.gif);
}

/* Miscellaneous */
.coda-slider-wrapper
{
	clear: both;
	overflow: auto;
}
.coda-slider
{
	float: left;
	overflow: hidden !important;
	position: relative;
	z-index: 0;
}
.coda-slider .panel
{
	display: block !important;
	float: left;
}
.coda-slider .panel-container
{
	position: relative;
}
.coda-nav-left, .coda-nav-right
{
	display: inline;
}
.coda-nav-left a, .coda-nav-right a
{
	display: block;
	text-align: center;
	text-decoration: none;
}
