/*
	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 { position: absolute; visibility:hidden; z-index: 999; }


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0 }
	.coda-slider { background: #fff }
	
	/* 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: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 875px; margin-left:0; padding:0; } 
	
	/* 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 }

	
	/* Tab nav */
	.coda-nav ul li a.current { background:url(img/services_tab.png) top repeat-x; } 
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* 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: auto; overflow: hidden; float:left; margin-left: -31px; }
	.coda-nav ul li { display: inline; }
	
	.coda-nav ul li a { 
	background:url(img/services_tab.png) bottom repeat-x; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0; 
	font-weight:bold; 
	color: #333; 	
	display: block; 
	float: left; 
	margin: 0; 
	padding: 10px 10px; 
	text-decoration: none; 
	}
	

	
	.coda-nav ul li a:hover { 
	background:url(img/services_tab.png) top repeat-x; 
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper {  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 }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	
.panel ol, .panel ul {
	margin-left: 25px;
}