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

/*
	This version of the CSS modified by Andy Abel specifically for the Jonny and the Dreamboats website
*/
	
	/* Main container */
	.coda-slider-wrapper {
		
	}
	
	.coda-slider { 
		background-color: white;
		border: 2px solid #333333;
	}
	
	/* Panel (slide contents) */
	.coda-slider, .coda-slider .panel {
		width: 600px;
		background-image: url(../images/coda_bg.png);
		background-repeat: repeat-x;
		background-position: bottom;
	} 
	
	.coda-slider p, .coda-slider h3 {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	/* Previous / Next buttons */
	.coda-nav-left a, .coda-nav-right a {
		background-color: #333333;
		color: white;
		padding: 5px;
		margin-right: 4px;
	}
	
	/* Tabs */
	.coda-nav ul li a.current {
		background-color: #333333;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
		padding: 0px;
	}
	
	/* Preloader */
	.coda-slider p.loading { 
		padding: 20px;
		text-align: left;
	}

	/* Tabs */
	.coda-nav ul { 
		clear: both;
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	
	.coda-nav ul li {
		float: left;
		list-style: none;
	}
	
	.coda-nav ul li a {
		background-color: #CCCCCC;
		color: black;
		display: block;
		float: left;
		margin-right: 5px;
		text-decoration: none;
		padding: 4px 8px;
		line-height: 1.5em;
	}
	
	/* 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 }
	