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

	#bodySite{
	position:relative;
	width:1220px;
	height:490px;
	margin:0;
	padding:0px;
	border:;
	}

	#footerNav {

	position:absolute;
	width:1220px;
	height:36px;
	top:450px;
	left:0px;
	margin:0 auto;
	padding:0px;
	background-color:#000000;
	border:;

	}

	body {margin:0 auto; padding: 0px; }
	.panel h2.title { margin-bottom: 0px }
	noscript div { background: #ccc; border:; margin: 10px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {width:1220px; height:450px; background:#000000; padding:0px; margin:0px; }
	.coda-slider {position:relative; top:0px; left:200px; background: #000000; padding:0px; margin:0px; height:450px; }
	
	/* 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 {margin:0; padding:0; width: 1220px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider {position:relative; left:160px; margin:0px; padding:0px; width: 900px; height:450px; border:; }
	.panel { width:877px; height:450px; padding:0; margin:0px; border:;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Arrow styling */
	.coda-nav-left a { position: absolute; top: 185px; left:70px; background: #000000; color: #ffffff; padding: 10px 5px 0 5px; width:40px; height:40px; font-size:14pt; font-family:CG Omega; font-weight:normal; display:block; border:;}


	.coda-nav-right a { position: absolute; top: 185px; left:1113px; background: #000000; color: #ffffff; padding: 10px 5px 0 5px; width:40px; height:40px; font-size:14pt; font-family:CG Omega; font-weight:normal; display:block; border:; }

	
	/* Tab nav */
	.coda-nav ul li a.current { display:block; color:#ffffff; border: solid 1px #821e1e; background:#000000; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; margin: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 { position:absolute; left:164px; top:460px; width:1220px; text-align:center; clear: both; margin: auto; overflow: hidden; font-family:tahoma; font-size:9pt; font-weight:normal; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000000; color: #ffffff; display: ; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.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 }
	.hidden {display:none;}
	

.image900W {
	position:relative;
	margin:0;
	left:0px;
	top:0px;
	border:;
	}
	