/* Start of CMSMS style sheet 'Orphiro - CSS Coda' */
/*
	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.
*/

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

	.coda-slider-wrapper {}
	.coda-slider { background: #000 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 395px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1000px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px }
	.coda-slider-wrapper.arrows .coda-slider {  }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: URL(images/website/bg_menu_active.png) }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { }
	
	/* Preloader */
	.coda-slider p.loading { text-align: center }

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

	/* Tabbed nav */
	.coda-nav ul { display: block; margin: auto;  overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { height: 27px; width: 100px; text-align: center; background: URL(images/website/bg_menu_separator.png) no-repeat; color: #fff; display: inline; float: left; margin-top: 16px; padding-top: 16px; font-size: 13px; letter-spacing: 1px; text-decoration: none; text-transform:uppercase; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; }
	.coda-slider { float: left; overflow: hidden; }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { }
	.coda-nav-left { position:absolute; left:-56px; top:190px; cursor:pointer;}
	.coda-nav-right { position:absolute; left:986px; top:190px; cursor:pointer;}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	div#coda-nav-1 { float:right; }
	
/* End of 'Orphiro - CSS Coda' */

