/*
	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 { background-color:White; overflow:visible;}
	.coda-slider { background-color:White; height:220px; width:970px; overflow:hidden; margin-top:-1px;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 220px; overflow: auto !important; padding-right: 20px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 970px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) 
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 900px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }*/
	
	/* Arrow styling 
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 25px }*/
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { width:900px; padding-top: 20px; padding-left: 40px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* expert section */

	/* Tabbed nav */
	.coda-nav ul { clear: both; width: 930px; margin-right:-30px; }
	               
	.coda-nav ul li { display: inline }
	
	.coda-nav ul li a { background: #000; 
	                    color: #fff; 
	                    display: block; 
	                    float: left; 
	                    /*margin-right: 1px;
	                    padding: 3px 6px; */
	                    height: 45px;
	                    /*height: 60px;*/
	                    text-decoration: none }
	
	.coda-nav ul li.tab1 a {background: url('../images/menu.png')    0px 0 no-repeat; width: 180px;}
	.coda-nav ul li.tab2 a {background: url('../images/menu.png') -180px 0 no-repeat; width: 180px;}
	.coda-nav ul li.tab3 a {background: url('../images/menu.png') -360px 0 no-repeat; width: 180px;}
	.coda-nav ul li.tab4 a {background: url('../images/menu.png') -540px 0 no-repeat; width: 180px;}
	.coda-nav ul li.tab5 a {background: url('../images/menu.png') -720px 0 no-repeat; width: 179px;}    	  	

	.coda-nav ul li.tab1 a:hover {background: url('../images/menu.png')    0px -46px no-repeat; width: 180px;}
	.coda-nav ul li.tab2 a:hover {background: url('../images/menu.png') -180px -46px no-repeat; width: 180px;}
	.coda-nav ul li.tab3 a:hover {background: url('../images/menu.png') -360px -46px no-repeat; width: 180px;}
	.coda-nav ul li.tab4 a:hover {background: url('../images/menu.png') -540px -46px no-repeat; width: 180px;}
	.coda-nav ul li.tab5 a:hover {background: url('../images/menu.png') -720px -46px no-repeat; width: 179px;}	

	.coda-nav ul li.tab1 a.current {background: url('../images/menu.png')    0px -92px no-repeat !important; width: 180px;}
	.coda-nav ul li.tab2 a.current {background: url('../images/menu.png') -180px -92px no-repeat; width: 180px;}
	.coda-nav ul li.tab3 a.current {background: url('../images/menu.png') -360px -92px no-repeat; width: 180px;}
	.coda-nav ul li.tab4 a.current {background: url('../images/menu.png') -540px -92px no-repeat; width: 180px;}
	.coda-nav ul li.tab5 a.current {background: url('../images/menu.png') -720px -92px no-repeat; width: 179px;}	
/*was 61 and 122*/
	
	/* 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}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	