/*
	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-5 .coda-slider{
	
	width:100px;
	display:block;
	height:318px;
}
	
	.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: 663px } 
	
	/* 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:316px; }
	.coda-slider-wrapper.arrows .coda-slider { }

	.panel-wrapper1 {
		background:url(images/slide3.jpg);
		height:316px;
	}
		.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-wrapper2 {
		background:url(images/slide2.jpg);
		height:316px;
	}
	.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 {
		background:url(images/slide1.jpg);
		height:316px;
	}
		.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: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; width:1000px; }
	
	/* 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: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; width:1000px; position:relative;}
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel p {
		margin:0px;
	}
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { 
		position:absolute;
		z-index:1000;
		
	 }
	 .coda-nav-right {
		right:0px;
	 }
	.coda-nav-left a  {
		background:url(images/left-arrow.png) no-repeat;
		width:38px;
		height:316px;
		display:block;
		text-indent:-10000px;
		outline:none;
	}
	.coda-nav-left a:hover  {
		background:url(images/left-arrow-on.png) no-repeat;
	}	
	.coda-nav-right a { 
		outline:none;
		background:url(images/right-arrow.png) no-repeat;
		width:38px;
		height:316px;
		display:block;
		text-indent:-10000px;
	}
		.coda-nav-right a:hover {
			background:url(images/right-arrow-on.png) no-repeat;	
		}
	
	