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

	}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	overflow: visible !important;
	padding:0;
	}
	
/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
	}	


	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 980px;
	}
	
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
	background: #ebebeb;	
	}
	
.coda-slider .panel-wrapper { /* CONTEROLS HEIGHT FOR ALL PANELS - does not affect nav*/
	padding: 10px;
	height:250px;
	background-color:#0860a8;
	background-repeat:repeat-x;
	}

.coda-slider-wrapper { /* EVERYTHING */
	clear: both;
	overflow: auto;
	background-image:url(../img/panelBG_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 20px 0;
	}

.coda-slider .panel {
	display: block;
	float: left;
	}
.coda-slider .panel-container {
	position: relative;
	}

/* TABs NAV */


.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	margin:0 0 0 10px;
	}
	
.coda-nav ul li {
	display: inline;
	}
	
.coda-nav ul li a {
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	display: block;
	float: left;
	margin:0 5px 0 0;
	padding: 10px;
	text-decoration: none;
	}
	
.coda-nav ul li a:hover {
	color:#f1f1f1;
	text-decoration:none;
	border:#0961a9 solid 1px;
	border-top:none;
	padding:9px;
	background-image:url(../img/panelTabOver.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}

.coda-nav ul li a:visited {
	color:#f3f3f3;
	text-decortion:none;
	}
	
.coda-nav ul li a.current {
	background: #0860a8;
	}	

.coda-nav ul li a.current:hover {
	border:none;
	padding:10px;
	}	


/*NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN

 NOT USED IN THIS INSTANCE 
 
 MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
 
 /* Change margin and width of the slider (with dynamic arrows) 
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	height: 260px;
	width: 980px;
	}
	
/* Arrow styling 
.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
	}

.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px;
	}
	
.coda-nav-left, .coda-nav-right {
	float: left;
	}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
	}	
	
	
*/