/*
	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 h2.title {
}

.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }

/* Panel padding */
.coda-slider .panel-wrapper { padding: 0px }

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

/* Miscellaneous */
.coda-slider-wrapper { clear: both; /*overflow: auto;*/ position: relative; }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }


/*-------------------------------------------------
Main Wrapper (width and height settings)
-------------------------------------------------*/
.coda-slider-wrapper {
	padding: 1px 0;
}

/*
.coda-slider {
	background: #FFF;
}*/

/* 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: 995px;
	height: 320px;
}

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


/*-------------------------------------------------
Arrow Buttons
-------------------------------------------------*/
.coda-nav-left {
	position: absolute;
	display: block;
	top: 158px;
	left: 13px;
	z-index: 9999;
}

.coda-nav-right {
	position: absolute;
	display: block;
	top: 158px;
	right: 16px;
	z-index: 9999;
}

.coda-nav-right a,
.coda-nav-left a {
	text-indent: -9999px;
	background: url(btn-left.png) no-repeat;
	width: 29px;
	height: 47px;
	display: block;
	outline: none;
}

.coda-nav-right a {
	background: url(btn-right.png) no-repeat;
}


/*-------------------------------------------------
Panel Content
-------------------------------------------------*/
.panel-wrapper {
	position: relative;
}

.panel-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 570px;
	height: 320px;
}

.panel-info {
	position: absolute;
	width: 406px;
	left: 580px;
	top: 0px;
	height: 320px;
	background: url(bg-border.png) bottom repeat-x;
}

.panel-text {
	border-top: 5px solid #263692;
	text-align: left;
	padding: 2px 1px 10px;
	color: #263692;
	font-weight: 700;
}

.panel-info h2.title a,
.panel-info h2.title {
	color: #263692;
	padding-bottom: 15px;
	font-family: "Century Gothic", "Lucida Grande", Lucida;
}

.panel-info .panel-content {
	margin-top: 5px;
	line-height: 1.5em; /*Added 9-12-11 RRR*/
}


/*-------------------------------------------------
Bottom Tab Navigation
-------------------------------------------------*/
.coda-nav {
	position: absolute;
	top: 296px;
	right: 3px;
}

.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.coda-nav ul li {
	float: left;
	width: 17px;
	height: 17px;
	display: block;
	margin: 0 0 0 3px;
	padding: 0px;
}

.coda-nav ul li a {
	display: block;
	width: 17px;
	height: 17px;
	/*font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(btn-nav.png) no-repeat; */
	background: #00B6DE;
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	line-height: 17px;
}

.coda-nav ul li a.current {
	/*background: url(btn-nav-active.png) no-repeat;*/
	background: #263692;
}
