/*
	jQuery coda-slider-home v2.0 - http://www.ndoherty.biz/coda-slider-home
	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 */

	.panel h2.title { margin-bottom: 0px; display:none }

/* Most common stuff you'll need to change */
	
	.coda-slider-home-wrapper { padding: 20px 0 }
	.coda-slider-home { border-top:1px solid #c7c7c7 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-home-no-js .coda-slider-home { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider-home, .coda-slider-home .panel { width: 650px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-home-wrapper.arrows .coda-slider-home, .coda-slider-home-wrapper.arrows .coda-slider-home .panel { width: 650px }
	.coda-slider-home-wrapper.arrows .coda-slider-home { margin: 0px 10px }
	
	/* Arrow styling
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	 */
	
	/* Tab nav */
	.coda-slider-home-wrapper .coda-nav ul li a.current { color:#C00 }
	
	/* Panel padding */
	.coda-slider-home .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider-home p { padding:0px; margin:1px 0px; text-align: center }
	.coda-slider-home p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-slider-home-wrapper .coda-nav ul { clear:both; display:block; margin:0px; overflow:hidden; float:right }
	.coda-slider-home-wrapper .coda-nav ul li { display:inline; float:left; background:url(../images/tab_bg.jpg) no-repeat center }
	.coda-slider-home-wrapper .coda-nav ul li a { color:#000; display:block; margin-left:3px; text-decoration:none; width:103px; height:22px; line-height:22px; font-size:11px; text-align:center; overflow:hidden }
	
	/* Miscellaneous */
	.coda-slider-home-wrapper { clear:both; overflow:auto }
	.coda-slider-home { float: left; overflow: hidden; position: relative }
	.coda-slider-home .panel { display: block; float: left }
	.coda-slider-home .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 }
	
