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

#Slider {
	margin:0 auto;
	width: 990px;
}

.coda-slider-wrapper {
	position:relative;
	margin-top:-25px;
	height: 240px;
	background: #fff;
	width: 990px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
  	border-top-right-radius: 3px;
}
/* Most common stuff you'll need to change */
#coda-slider-5 .coda-slider{
	
	width:960px;
	display:block;
	height:220px;
}
	
	.coda-slider { background: #ebebeb }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 600px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 950px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px; height:220px; }
	.coda-slider-wrapper.arrows .coda-slider { }
	
	
	.panel-wrapper-shadow {
		box-shadow: inset 0px 0px 7px #000;
	}
	.panel-wrapper {
		height:220px;
	}						
	
		.panel-wrapper1 h2 {
				margin:0px;
				padding-top:10px;
				padding-left:700px;
				font-size:37px;
				font-weight:normal;
				font-family:Century Gothic, Helvetica, sans-serif;
			}
			.panel-wrapper1 p {
				margin:0px;
				padding:0px;
				width:270px;
				height:110px;
				color:#fff;
				padding-left:690px;
				padding-top:120px;
				overflow:hidden;
			}
	.panel h2 a {
		color:#565342;
		text-shadow: 1px 1px #fff;
		text-decoration:none;
		outline:none;
	}
	.panel h2 a:hover {
		text-decoration:underline;
	}
			.panel-wrapper2 h2 {
				margin:0px;
				padding-top:100px;
				padding-left:720px;
				font-size:37px;
				font-weight:normal;
				font-family:Century Gothic, Helvetica, sans-serif;
			}
			.panel-wrapper2 p {
				margin:0px;
				padding:0px;
				width:250px;
				height:95px;
				color:#fff;
				padding-left:705px;
				padding-top:45px;
				overflow:hidden;
			}
		.panel-wrapper3 h2 {
				margin:0px;
				padding-top:120px;
				padding-left:235px;
				font-size:37px;
				font-weight:normal;
				font-family:Century Gothic, Helvetica, sans-serif;
			}
			.panel-wrapper3 p {
				margin:0px;
				padding:0px;
				width:345px;
				height:110px;
				color:#fff;
				padding-left:245px;
				padding-top:20px;
				overflow:hidden;
			}
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { 
		background: #fff; 
		width: 43px; 
		color:#202020; 
		height: 22px; 
		margin-top: 0px; 
		padding-top: 6px;
	}
	.coda-nav ul li a.current:hover {
		background: #fff;
		cursor:default;
	}
	
	
	/* 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: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { 
		background: #124892; 
		color: #fff;
		display: block; float: left; 
		margin-right: 15px; 
		padding: 3px 6px; text-decoration: none; 
		width: 43px; 
		height: 24px;
		line-height: 24px;  
		position: relative; 
		outline:none;
		font-size:15px;
		font-weight: bold;
		text-align:center;
		padding-top:4px;
		border-top-left-radius: 3px;
  		border-top-right-radius: 3px;
		
	}
	.coda-nav ul li a:hover {
		background:#0055ad;
	}
	
	
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both;  
		padding-top:20px;
		padding-left:00px;
		position:absolute;
		z-index:400;
		top: 198px;
	}
	.coda-slider { float: left; overflow: hidden; position: relative; margin-left: 20px; }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel p {
		margin:0px;
	}
	.coda-slider .panel h2.title {
		display:none;
	}
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { 
		position:absolute;
		z-index:1000;
		
	 }
	 
	#wave {
		position:absolute;
		width:600px;
		height:20px;
		background:url(images/wave2.png) repeat-x;
		margin-top:-14px;
		z-index:500;
		float: left;
		margin-left: -10px;
	}
	
	*:first-child+html #wave {
		margin-left: -950px;
	}
	
	* html #wave {
		margin-left: -950px;
	}
	
	.coda-slider-wrapper .coda-nav ul {
		position:absolute;
		margin-top:-51px;
		width: 0px;
		z-index:200;
		padding-left: 0px
	}
