/*
	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 {
	width:952px;
	height:414px;
}

.coda-slider { 
	width:952px;
	height:414px;
}

.coda-slider img {
	border:none;
}

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

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 952px;
	height:365px;
} 

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

/* Arrow styling */
.coda-nav-left a,
.coda-nav-right a {
	display:none;
}

/* Tab nav */
.coda-nav ul li {
    float:left;
    width: auto;
    height:49px;
    line-height:45px;
    margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
	_width:1px;
	_white-space:nowrap;
}

.coda-nav ul li a {
	display:block;
    height:49px;
    line-height:49px;
    margin:0;
    padding: 0 30px 0 0;
    font-family:Arial,sans-serif;
    font-size:12px;
    color:#fff;
    text-shadow:0 -1px 0 #c15700;
    text-decoration:none;
    cursor:pointer;
}

.coda-nav ul li a.current,
.coda-nav ul li a:hover {
	color:#199efb;
	text-shadow:0 1px #fff;
    background:url(../images/nav-hvr-back.gif) right top no-repeat;
}

.coda-nav ul li.tab1 {
	margin:0 0 0 30px;
}

#coda-nav-1 ul {
    list-style: none;
    height: 49px;
    width: 952px !important;
    margin:0;
    padding:0;
	color: #fff;
	background:url(../images/slide-nav-back.gif) left top no-repeat;
}

#coda-nav-1 li a span {
	display:block;
	height:49px;
	padding:0 0 0 30px;
    cursor:pointer;	
}

#coda-nav-1 li a:hover span,
#coda-nav-1 li a.current span {
	background:url(../images/nav-hvr-back.gif) -470px bottom no-repeat;
}

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

.coda-slider .panel-wrapper h2 {
	display:none;
}

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

/* Tabbed nav */
.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
}

/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: hidden;
}

.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;
}

.coda-nav-left a,
.coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
	display:none;
}
	
