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

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

.coda-slider-wrapper { 
	padding: 0;
}

.coda-slider { 
	margin-bottom: 0;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 317px; overflow: auto !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { 
	width: 594px;
	height: 317px;
	background: #ffffff url(/extra/lib/js/coda-slider-2.0/images/bg.png) repeat-x center top;
} 

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

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { 

}

/* Tab nav */
.coda-nav { 
	margin: 0; 
	padding: 0;
	position: relative;
	background: #dc291e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90202', endColorstr='#dc291e');
	background: -webkit-gradient(linear, left top, left bottom, from(#a90202), to(#dc291e));
	background: -moz-linear-gradient(top,  #a90202,  #dc291e);
	height: 30px;
	color: #ffffff;
	padding: 0;
	font-family: 'FuturaTOT', 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 3px;
}

.coda-nav ul { 
	padding: 10px !important;
	padding-bottom: 0;
	margin: 0 !important;
	height: 10px;
	width: 96px;
	border-right: 1px solid #dc291e;
}

.coda-nav ul li { 
	margin: 0;
	padding: 0; 
	/*width: 115px; height: 100px; */
}

.coda-nav ul li a { 
	background: url(/template/img/slideonoff.png) no-repeat left top;
	width: 0px;
	height: 10px;
	margin-top: 0;
	margin-right: 6px;
}

.coda-nav ul li a.current { 
	background: url(/template/img/slideonoff.png) no-repeat right top;
	width: 0px;
	height: 10px;
	margin-top: 0;
	margin-right: 6px;
}

.coda-nav ul li a img {
	width: 10px;
	height: 10px;
}

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

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

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

/* Tabbed nav */
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
.coda-nav ul li { display: inline }
.coda-nav ul li a { 
	color: #000; 
	display: block; 
	float: left; 
	padding: 0px 5px; 
	text-decoration: none 
	margin-right: 6px;
}

div.arrows {
	position: relative;
}

/* 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 }
.coda-nav-left, .coda-nav-right { position: absolute; z-index: 100; }
.coda-nav-left {
	bottom: 0;
	right: 45px;
	height: 23px;
	padding-top: 7px;
}
.coda-nav-right {
	bottom: 0;
	right: 13px;
	border-left: 1px solid #dc291e;
	padding-left: 12px;
	height: 23px;
	padding-top: 7px;
	
}
.coda-nav-left a, .coda-nav-right a { font-family: 'FuturaTOTBold', Arial, sans-serif; color: #ffffff; text-decoration: none; }
