

	.coda-slider-wrapper { border-bottom: medium dotted #CCCCCC;
    clear: both;
    display: block;
    height: 200px;
    overflow: hidden;
	padding: 10px 0; }
	.coda-slider { border-left:solid 1px #f5f5f5; border-right:solid 1px #f5f5f5; border-top:solid 1px #bbcc4b; }
	.coda-slider p {font-size:12px;}
	
	.coda-slider .imgBorder {margin:0 0 0 20px;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 500px; } 
	
	/* 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 }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
	
	/* Arrow styling */
	.coda-nav-left a  { background:url(http://www.lasr.net/htdocs2010/images/arrow_continue-left.jpg) no-repeat; color: #fff; padding: 2px; width: 32px; height:56px; display:block; float:left; text-indent:-99999px; }
	.coda-nav-right a { background:url(http://www.lasr.net/htdocs2010/images/arrow_continue-right.jpg) no-repeat; color: #fff; padding: 2px; margin:0 0 0 3px; width: 32px; height:56px; display:block; float:right; text-indent:99999px;}
	
	/* Tab nav */
	.coda-nav {background:#fff; margin:0 0 0 25px;}
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 6px 20px 20px 20px; }
	
	/* 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;  width:500px !important; }
	.coda-nav ul li { display:inline; font-size: 14px; }
	.coda-nav ul li a { background: #bbcc4b; color:#fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	.coda-nav ul li a.current { background: #fff; color:#bbcc4b; }
	
	/* Miscellaneous */
	.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 }
	
	h5.title {font-size:9px; width:10px;float:left;}
	.coda-slider h6 {font-weight:lighter;}