/*
	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 */

/* This contains all of the slider content - move this around to move everything, together, on the page */
#sliderContent { position: relative; z-index: 2; width: 703px; height: 323px; }

	.coda-slider-wrapper { padding: 0; margin: 0px 0 0 0px; padding-top: 0px; }
	.coda-slider { background: transparent; }
	.coda-slider a:link, a:active, a:visited { color: #fff; text-decoration: none; }
	.coda-slider a:hover { color: #990000; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 323px; overflow: hidden; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 703px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { width: 19px; height: 40px; }
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; position: relative; width: 703px; height: 223px; }
		.coda-slider .panel-wrapper .sliderscreenshot { position: absolute; top: 0; right: 0;}
		.coda-slider .panel-wrapper p.slidertext { font: 22px/24px 'TeXGyreHerosRegular', Arial, sans-serif; position: absolute; top: 190px; right: 30px; }
		.coda-slider .panel-wrapper p.slidertext strong { font-family: 'TeXGyreHerosBold', Arial, sans-serif; }		
		.coda-slider .panel-wrapper img.sliderbutton1 { position: absolute; bottom: 20px; right: 169px; }
		.coda-slider .panel-wrapper img.sliderbutton2 { position: absolute; bottom: 20px; right: 0; }
		.panel-wrapper img {float: right; margin-right: 10px;}

	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center; color: #000; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav { position: absolute; bottom: 0; left: 0px; width: 900px;}
	.coda-nav ul { clear: both; display: block; margin: 0; padding: 0; }
	.coda-nav ul li { display: block; float: left; width: 100px; }
	.coda-nav ul li a { text-decoration: none; display: block; width: 100px; height: 87px; margin-top: 13px; }
	.coda-nav ul li a img { width: 100%; height: 100%; border: 0; }
		.coda-nav ul li.tab1 a { background: url(/images/SlideshowIcon02.png) no-repeat 0 0; margin-left: 10px;}
		.coda-nav ul li.tab2 a { background: url(/images/SlideshowIcon01.png) no-repeat 0 0; margin-left: 10px;}
		.coda-nav ul li.tab3 a { background: url(/images/SlideshowIcon03.png) no-repeat 0 0; margin-left: 0px;}
		.coda-nav ul li.tab4 a { background: url(/images/SlideshowIcon04.png) no-repeat 0 0; margin-left: 10px; }
		.coda-nav ul li.tab5 a { background: url(/images/SlideshowIcon05.png) no-repeat 0 0; margin-left: 10px;}
		.coda-nav ul li.tab6 a { background: url(/images/SlideshowIcon06.png) no-repeat 0 0; margin-left: 10px;}
		.coda-nav ul li.tab7 a { background: url(/images/SlideshowIcon07.png) no-repeat 0 0; }
	/* Tab nav */
	.coda-nav ul li a.current { height: 100px; background-position: 0 -87px; margin-top: 0;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { position: absolute; top: 116px; right: 620px; z-index: 5; }
	.coda-nav-right { position: absolute; top: 116px; right: 149px; z-index: 5; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	