/* --------------------------------------------------
	
	
	The following styles override styles in the coda-slider-2.0.css file	
-------------------------------------------------- */
.coda-slider-wrapper{position:relative; padding:0;}
.coda-slider-wrapper .arrows .coda-slider { margin:0; padding:0;}

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

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

.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px; height: 240px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0; }

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

/* Slide Caption */
.coda-slider .slide-caption {
	background:#000; /* this sets the color for older browsers that can't handle RGBA */ 
	background:rgba(0,0,0,.8); 
	font-family: Arial, sans-serif; 
	display:block;
	padding:12px 0;
	position:absolute; 
	top:305px; 
	width:960px; }
	
.coda-slider .slide-caption .title{
	border-right:1px solid #FFF; 
	color:#FFF; 
	float:left; 
	font-size:12px;
	font-weight: bold;
	margin:0 0 0 65px;
	padding-right:6px;
}

.coda-slider .slide-caption p{ 
	color:#FFF; 
	float:left; 
	font-size:12px;
	font-weight: bold;
	padding:0 6px;
}

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { 
	background:#000; /* this sets the color for older browsers that can't handle RGBA */ 
	background:rgba(0,0,0,.8); 
	color: #fff;
	font-size:24px;
	font-weight: bold;
	line-height:30px;
	padding:5px;
	position:absolute;
	top:185px;
	width: 30px;
}
.coda-nav-left a{
	left:35px;
	z-index:-1;
}
.coda-nav-right a{
	left:725px;
	z-index:-1;
}
.coda-nav-left a:hover, .coda-nav-right a:hover{
	background:#666;
	background:rgba(66,66,66,.8);
}

.coda-nav{
	display: none;
}

.coda-nav ul {
	clear: both;	
	display: block;
	float:left;
	left:50%;
	margin: 0; 
	overflow: visible;
	position:relative;
}

.coda-nav ul li {
	float:left; 
	position:relative; 
	right:50%;
}

.coda-nav ul li a { 
	background:none; 
	border:1px solid #000; 
	display: block; 
	float: left; 
	height:25px;
	margin:0 5px; 
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
	width:25px;
}

.coda-nav ul li a.current {
	background:#666;
	background:rgba(66,66,66,.8);
	border:1px solid rgb(247,147,30);
}