/*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 */
noscript div {
	width: 426px;
	height: 164px;
	margin: 0 auto;
	padding: 18px;
	margin-top: 120px;
	margin-bottom: 500px;
	background: url("/images/site/notification2.png") no-repeat;
	text-align: center;
	overflow: hidden;
}

noscript div .attention {
	vertical-align: middle;
	padding-right: 10px;
	float: left;
}

noscript div span {
	font-size: 110%;
	text-shadow: black 0px -1px 0px;
}

noscript div ol {
	list-style: decimal;
	text-shadow: black 0px -1px 0px;
	padding-left: 20px;
	text-align: left;
}


/* 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: hidden !important; padding-right: 20px; background-color: #e50014; }


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


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


/* Most common stuff you'll need to change */

.coda-slider-wrapper { padding: 0px 0px 0px 0px; overflow: hidden; }
/*.coda-slider { background: #ebebeb }*/

.coda-slider {
	height: 425px;
}


/* Panel padding */
.coda-slider .panel-wrapper { padding: 15px 15px 0px 15px; overflow: visible;}

	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider { width: 800px }
.coda-slider .panel { width: 800px }


/* Change margin and width of the slider (with dynamic arrows / tabbed nav) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
.coda-nav-left {
	height: 1px;
	position: relative;
	float: left;
	top: 100px;
	left: -20px;
	cursor: pointer;
}

.coda-nav-right {
	height: 1px;
	position: relative;
	float: right;
	top: 100px;
	right: 2px;
	cursor: pointer;
}

/* Arrow styling */
.coda-nav-left a {
	background-color: transparent;
	border-bottom: none;
	padding: 5px;
}

.coda-nav-right a {
	background-color: transparent;
	border-bottom: none;
	padding: 5px;
}


/* Don't change anything below here unless you know what you're doing */

/* Navigation */
/* Tabbed nav */
/*changed the whole structure of the css for tabbed nav - refer to original css in case something's not working (m.t.)*/

.coda-nav ul {
	list-style: none;
	font: 115%/155% Arial, Arial, Helvetica, sans-serif;
}

.coda-nav ul li {
	padding: 0 0 3px 0;
}

.coda-nav ul li a {
	padding: 5px;
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

.coda-nav ul li a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

.coda-nav ul li a:focus {
	color: #86c239;
	text-decoration: none;
	border-bottom: none;
}

.coda-nav ul li a:hover {
	color: #86c239;
	text-decoration: none;
	border-bottom: none;
}

.coda-nav ul li a:active {
	color: #86c239;
	text-decoration: none;
	border-bottom: none;
	background-color: transparent;
}

.coda-nav ul li a.current {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

.coda-nav .xtrig a.current {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

.xtrig a.current {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}