/*
	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.
*/



	body {
	
}
	.panel h2.title { margin-bottom: 0px; font-size:100%; }
	
p {
	font-family: Helvetica;
	font-size: 90%;
	color: #000;
	padding-top: 3px;
}
p2 {
	font-family: Helvetica;
	font-size: 80%;
	color: #000;
	padding-top: 3px;
}
h2 {
	font-family: Helvetica;
	font-size: 120%;
	color: #000;
	padding-top: 3px;
}
	noscript div { background: #999; margin: 10px 0; padding: 2px }

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

	.coda-slider-wrapper { padding: 1px 0 5px 80px}
	.coda-slider {
	background: #fff;
	border: 1px solid #000;

	
}

	
	/* 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: 2px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 605px; height: 448px} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 605px; height: 448px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 2px }
	
	/* Arrow styling */
	.coda-nav-left a {
	color: #fff;
	/*border: 1px solid #000;*/
	padding: 0px;
	width: 100px;
	height: 448px;
	background-color: #fff;
	background-image: url(http://www.mcsuk.org/contributors/graphics/left_scroll_448.gif);
	/*border: 1px solid #000;*/
	}
	.coda-nav-right a {
		color: #fff;
	border: 1px solid #000;
	padding: 0px;
	width: 100px;
	height: 448px;
	background-color: #fff;
	background-image: url(http://www.mcsuk.org/contributors/graphics/right_scroll_448.gif););
	/*border: 1px solid #000;*/
}
.introtext {
	background-color: #fff;
	height: auto;
	padding:15px 80px 20px 80px;
	width: 810px;
	margin: 20px 0 20px 0;
	font-family: Helvetica;
	font-size: 90%;
	border-top: 1px solid #C0B678;
	border-bottom: 1px solid #C0B678;
}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #C0B678; color: #fff; height: auto  }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 15px }
	
	/* 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 { clear: both; display: block; margin: 20px 0 0px 120px; overflow: hidden; width: auto}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #00335b; color: #fff;  display: block; float: left; margin-right: 2px; padding: 3px 10px; text-decoration: none }
	
	/* 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, .coda-nav-right {
	float: left;
	font-size: 0%;
	background-color: #CCC;
	vertical-align: middle;

}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; border: 1px solid #000; }
	