

/* Most common stuff you'll need to change */
	ol, ul {
		margin-left: 25px;
	}

	:focus {
		outline: 1px #c0c dotted;
	}
	.coda-slider-wrapper { position:relative; height: 300px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 300px; padding-right: 20px;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider{ width: 920px; height:260px; overflow:hidden; margin:-5px -10px 10px 0px;  float:left;}
	.panel { width: 920px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 920px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #04a3ff; color: #04a3ff; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; width:890px; float:left; }
	/* Panel padding */
	
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	.panel-image {float:left; margin:8px 10px 0 3px; height:230px; overflow:hidden;}
	.panel-text   {  height:230px; margin:0; padding:0; }
	.panel-text h2{ margin:45px 0 0 0; padding:0; float:left;  width:575px;}
	.p_hack { margin:5px 0 0 0px; padding:0;  line-height:1.3; float:left; width:575px; }
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav { width:700px;  position:absolute; left:1px; top:265px;}
	.coda-nav ul { display: block; float:left; overflow: hidden; width:860px; list-style:none; list-style-type:none; margin:0 0 0 22px; padding:0; }
	.coda-nav ul li { display:inline; margin:0; padding:0; list-style:none; list-style-type:none; float:left;}
	.coda-nav ul li a { background: #222; width:7px; height:10px; overflow:hidden; color: #222; float: left; margin-right: 20px; padding: 3px 6px; text-decoration: none; text-indent:-9999; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; }
	.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 }
	