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

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

	.coda-slider-wrapper { padding:0 }
	.coda-slider { background: transparent; }
	
	/* 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;  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 872px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
		
	/* Tab nav */

	
	.coda-nav ul li a {font-weight: normal; text-decoration: none; letter-spacing: .05em;}
	.coda-nav ul li a:link { color: #167fbe;}
	.coda-nav ul li a:visited { color: #167fbe;}
	.coda-nav ul li a:hover { color: #000;}
	.coda-nav ul li a.current { color: #000;}
	.coda-nav ul li a:active { color: #167fbe;}
	
	/* Tab nav */
	.coda-nav ul li a.visited { color: #167fbe; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	.panel-wrapper {
		width: 852px;
	}
	
	/* 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 {
		float: right;
		
	}

	.coda-nav ul {
		clear:both;
		display:block;
		margin: 0;
		float: right;
		overflow:hidden;
		position: relative;
	}
	.coda-nav ul li { display: inline; float: left; }
	.coda-nav ul li a { 
	background: transparent; 
	color: #167fbe; display: block; 
	float: left; margin-right: 1px; 
	padding: 3px 6px; text-decoration: none; 
	font-size: 16px; border-right: 1px solid #eaeaea; }
	
	.coda-nav ul li a.last { 
	background: transparent; 
	color: #167fbe; display: block; 
	float: left; margin-right: 1px; 
	padding: 3px 6px; text-decoration: none; 
	font-size: 16px; border-right: none; }
	
	
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative; width: 100%; height: 500px!important; }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
	/* Arrow styling */
	.coda-nav-left a { display: none; background: transparent url('../images/btn/arrow-left.png') top center no-repeat; text-indent: -9999px;color: #fff; padding: 5px; width: 42px; height: 42px; }
	
	.coda-nav-right a {display: none; background: transparent url('../images/btn/arrow-right.png') top center no-repeat; text-indent: -9999px;color: #fff; padding: 5px; width: 42px; height: 42px; }	
	
	.coda-nav-left { display: none; margin:202px 0 0 -50px; position:absolute; }
	.coda-nav-left a { display: none; display: block; text-align: center; text-decoration: none }
	
	.coda-nav-right { display: none; margin: 202px 0 0 903px; position:absolute; }
	.coda-nav-right a { display: none; display: block; text-align: center; text-decoration: none }
	