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

	.coda-slider-wrapper { padding:0 10px; }
	
	/* 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: hidden !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 580px;height:300px;overflow:hidden; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 580px }
	.coda-slider-wrapper.arrows .coda-slider { margin:0; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {display:none; background: #333333; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #1F1F1F; }
	.coda-slider-wrapper {background-color:#374555;-webkit-border-radius: 12px;-moz-border-radius: 12px;width:580px;height:345px;float:left;}
	#coda-nav-1 {width:100px !important; height:20px; padding-top:12px; float:right;margin-right:1px;}
	
	/* Panel padding */
	.coda-slider .p1 {background-image:url(../images/slides/susandoyle.jpg);}
	.coda-slider .p2 {background-image:url(../images/slides/lundygroup.jpg);}
	.coda-slider .p3 {background-image:url(../images/slides/matthewswade.jpg);}
	.coda-slider .panel-wrapper {height:345px;padding-top:260px;}
	.coda-slider .panel-wrapper h2.title {display:none;}
	.coda-slider .panel-wrapper span.title {font:normal normal 18px arial;color:#fff;margin:250px 15px 0;}
	.sliderhead {color:#FFFFFF;font:20px arial;padding:8px 0 0;}
	
	/* 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 { float:right; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; background:none repeat scroll 0 0 #333;color:#FFFFFF;display:block;float:left;margin-right:3px;padding:5px 12px 3px;text-decoration:none;line-height:1em;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { overflow:hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; width:580px;height:300px;overflow:hidden; }
	.coda-slider .panel-container { position: relative;overflow:hidden; }
	.coda-nav-left, .coda-nav-right { float: left;display:none; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	