	.panel h2.title {  }
	.coda-slider-wrapper {}
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { overflow: auto !important}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider { 
		width:190px;
		height:172px;
		margin:0px 0px 0px 50px;
	} 
	#slider{ position:relative; background:url(../images/slider-bg.jpg) left bottom repeat-x; overflow:auto}
	#slider .image{ border:0px}
	/*#slider .left{ position:absolute; z-index:10; left:0px; top:50px;}
	#slider .right{position:absolute; z-index:10; left:26px; top:50px;}
	*/
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { }
	.coda-slider-wrapper.arrows .coda-slider { }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { z-index:100; position:absolute; top:80px }
	
	/* Tab nav */
	/*.coda-nav ul li a.current { background: #39c }*/
	
	/* Panel padding */
	.coda-slider .panel-wrapper { }
	
	/* 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 }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {  }

	/* 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 a{text-decoration: none; left:4px; background:url(../images/left.jpg) left bottom no-repeat; z-index:1; width:29px; height:29px;}
	.coda-nav-right a {text-decoration: none; left:250px; background:url(../images/right.jpg) left bottom no-repeat; z-index:1;  width:29px; height:29px;}
	
	
	