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


	.panel h2.title { display: none; } 

	.coda-slider-wrapper { padding: 20px 0; overflow: hidden;}
	.coda-slider { background: #FFF;  overflow: hidden; border-top: 1px solid #bcc5cd; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { width: 730px; height: 200px; overflow: hidden; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 730px; 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: 700px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */

	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0; display: block; }
	
	/* 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 - Changes the display of the navigation tabs */
	.coda-nav ul { width: 730px; list-style-type: none; display: inline; margin: 0 ; padding: 0; }
	.coda-nav ul li { width: 730px; display: inline; }
	.coda-nav ul li a { /* This changes an unselected tab */
			background:  #fff url(../images/golf-button-background.gif) no-repeat top left; 
			color: #4a557c; 
			display: block; 
			font-size: 26px;
			font-weight: ;
			text-align: center;
			line-height: 42px;
			width: 101px;
			vertical-align: middle;	
			float: left; 
			margin-right: 5px; 
			padding: 0;
			text-decoration: none; 
			border: 1px solid #bcc5cd; 
			 border-bottom: none;	
			; 
			
		}
	.coda-nav ul li a:hover { color: #4a557c; text-decoration: none; background: #fff url(../images/golf-button-background.gif) repeat top left; repeat top left; border: 1px solid #4d4d4d; border-bottom: none;	}		
	.coda-nav ul li a.current { color: #fff; background: #fff url(../images/golf-button-background-selected.gif) repeat top left; border-bottom: none;}
	.coda-nav ul li a.current:hover { background: #fff url(../images/golf-button-background-selected.gif) repeat top left; border: 1px solid #4d4d4d; border-bottom: none;  }			
		
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; margin-top: 10px;}
	.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 }
	
