/* @override http://yourmis.dashbee.com/coda/coda-slider-2.0.css */

/* @override http://yourmis.dashbee.com/coda/coda-slider-2.0.css */

/* @override http://yourmis.dashbee.com/coda/coda-slider-2.0.css */

/*
	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.
*/

/* Insignificant stuff, for demo purposes */

noscript div {
	padding: 15px;
}
.clearer {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}
/* Most common stuff you'll need to change */

.coda-slider-wrapper {
	clear: both !important;
}



/* 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: 950px;
	margin: 0px !important;
}

/* Change margin and width of the slider (with dynamic arrows) */

.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 950px;
}

.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px;
}

/* Arrow styling */

.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
}

/* Tab nav */

.coda-nav ul li a.current {
	background: #e4eeef;
	color: #ba7720;
}

/* Panel padding */

.coda-slider .panel-wrapper {
	padding: 0px;
}

/* Preloader */

.coda-slider p.loading {
	padding: 20px;
	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: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100% !important;
	float: left;
}

.coda-nav {
	position: absolute;
	top: 388px;
	width: 100% !important;
	float: left;
	left: 0;
}

.coda-nav ul li {
	display: inline;
}

.coda-nav ul li a {
	color: #08172c;
	display: block;
	float: left;
	padding: 15px 15px;
	text-decoration: none;
	background: url(../images/home-slider-divider.gif) no-repeat right center;
	margin: 0;
}

/* Miscellaneous */

.coda-slider-wrapper {
	overflow: hidden;
	float: left;
		height: 275px;

}

.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 {
	float: left;
	display: none;
}

.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.coda-nav ul li.tab6 a{
background: none;	
}
