/* Most common stuff you'll need to change */
	.coda-slider-wrapper { position: relative; }

	.coda-slider { background: #efefef; width: 610px; padding: 15px 15px 0 15px;
	               -khtml-border-radius-topright: 5px; -khtml-border-radius-topleft: 5px;
				   -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;
  				   -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; 
  				   border-top-right-radius: 5px; border-top-left-radius: 5px;
  				 }

	.coda-slider .panel img { 
				display: block;
				margin: auto;
				text-align: center;
	        		-khtml-border-radius: 5px;
				-moz-border-radius-: 5px;
  				-webkit-border-radius: 5px; 
  				border--radius: 5px;
  				 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 10px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider .panel { width: 630px; } 

	.coda-slider .panelinner { padding-right: 20px; } 
	
	/* 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: #dfa90f }
	
	/* 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 { position: absolute; bottom: 20px; right: 5px; }
	.coda-nav ul { padding: 0; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #101010; display: block; float: left; margin-right: 10px; padding: 6px 6px; text-decoration: none 
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;}
	
	/* Miscellaneous */

	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
