/*
	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 */
.panel h2.title { color: #01bafd; font-size: 14px; margin-bottom: 5px   }
	noscript div { color: #f00; font-size: 12px; background: #000; margin: 20px 0; padding: 15px; border: solid 1px #900; }
.coda-slider-wrapper { font-size: 11px; text-align: left  }

/* Styling for specific sliders */

	#coda-nav-left-5 { margin: 0 1px 0 135px }
	#coda-nav-left-5, #coda-nav-5, #coda-nav-right-5 { float: left }
	#coda-nav-5 ul { margin: 0 !important }
	#coda-nav-left-5 a, #coda-nav-right-5 a { padding: 4px; width: 20px }
	#coda-slider-5 { clear: both }
	
	#coda-slider-9, #coda-slider-9 .panel { width: 465px }
	#coda-slider-9 h2.title { display: none }

/* Stuff to change */

	.coda-slider-wrapper { background-image: url(../img/bg_content_full.png); background-repeat: repeat-x; background-position: 0 50px; text-align: left; padding-right: 0; padding-bottom: 20px; padding-left: 0; }
	.coda-slider { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; }
	
	/* 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 { width: 400px  } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 400px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: black; color: #fff; text-align: left; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #3399cc ; text-align: left; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding-left: 20px; }
	
	/* 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 { z-index: 40; overflow: hidden ; display: block; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #000; color: #fff; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none ; display: block; }

	.coda-slider-wrapper { text-align: left; clear: both; overflow: auto    }
	.coda-slider { float: left; overflow: hidden;}
	.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: left; text-decoration: none }
.bgbl { font-weight: bold; background-color: black; }
