/*
	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.
		
	sample:  user external slide   <a class="xtrig" href="#1" rel="coda-slider-1">slide 1</a>
*/

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

	.coda-slider-wrapper {}
	/*.coda-slider { list-style:none; padding:0; margin:0;  width: 1008px;}	*/	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {  overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider .panel {  background-image:none; padding:0; margin:0;  /*height:385px;*/} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	/*.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1008px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }*/
	
	/* Arrow styling */
	/*.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }	*/
	
	/* 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 { margin: 8px 0 0 0; height:12px; position:absolute; bottom: 15px; right:10px; z-index:10; list-style:none;  }
	.coda-nav ul li { margin:0 0 0 0px;  float:left; list-style:none; font-size: 10px; font-style: italic; height:20px; background-image:none; padding:0 0 0 3px;  }
	.coda-nav ul li a { width:13px; height:12px; background: url(../images/banner/btn_slider.png) left -12px no-repeat; color:#fff; padding: 0 0 0 0px; text-decoration:none; display:block; text-indent:-9999px;  }
	.coda-nav ul li a:hover{color: #fff; background-position:left -24px;} 
	.coda-nav ul li a.current { background-position:left 0px; color:#fff;}
	*/
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; }
	.coda-slider {  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; }
	
	/* stuff erin added */
	#coda-nav-1 ul li a.current { font-weight:bold; }
