
/* MAIN SLIDER --------------------------------------*/
	
	#coda-slider-1 {
		width:978px;
		height:500px;
		margin:0 0 0 0px;
		padding:0px 0 0 0;
		display:inline;
	}

	/* Panel padding */
	#coda-slider-1 .panel-wrapper {
		width:978px;
		height:500px;
		margin:0px 0 0 0;
		overflow:hidden;

	}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	
	
/* USE YOUR HEAD SLIDER --------------------------------------*/
	
	#coda-slider-2 {
		width:500px;
		height:600px;
		margin:0 0 0 0px;
		padding:0px 0 0 0;
		display:inline;
	}
	
	.use-your-head .coda-nav ul { clear: both; display: block; margin:0 auto; overflow: hidden; text-align:center; padding:18px 0 0 0; }
	
	.use-your-head .coda-nav ul li a {
	background:url(../images/buttons/slideshow-bullet-1.png) no-repeat 0 0;
	width:10px;
	height:0;
	padding-top:10px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
}



/* MYTH BUSTING SLIDER --------------------------------------*/

#coda-slider-3 {
		width:699px;
		height:495px;
		margin:0 0 0 0px;
		padding:0px 0 0 0;
		display:inline;
}

#coda-slider-3 .panel-wrapper {
		width:699px;
		height:495px;
		margin:0px 0 0 0;
		overflow:hidden;
		

	}
	
#myth-busting .coda-nav {
	position:absolute;
	top:320px;
	right:12px;
}
	
#myth-busting .coda-nav ul { clear: both; display: block; margin:0 auto; overflow: hidden; text-align:center; padding:18px 0 0 0; }
	
#myth-busting .coda-nav ul li a {
	background:url(../images/buttons/slideshow-bullet-2.png) no-repeat 0 0;
	width:10px;
	height:0;
	padding-top:10px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
	margin
}
	
#myth-busting .coda-nav ul li a:hover {
	background-position:0 -10px;
}
	

#myth-busting .coda-nav ul li a.current {
	background-position:0 -10px;
}

/*****/	
#myth-busting .fader-nav{
	position:absolute;
	/*top:320px;*/
	/*right:12px;*/
	/*top:365px;*/
	top:380px;
	width:699px;
	text-align:center;
	z-index:10;
	
}
	
#myth-busting .fader-nav a {
	background:url(../images/buttons/slideshow-bullet-2.png) no-repeat 0 0;
	width:10px;
	height:0;
	padding-top:10px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
	margin:0px 4px 0px 5px;
}
	
#myth-busting .fader-nav a:hover {
	background-position:0 -10px;
}
	

#myth-busting .fader-nav a.activeSlide {
	background-position:0 -10px;
}	
/*--------------------------------------------------------*/
	
	

	
/* Tabbed nav */
	
	
.coda-nav ul { clear: both; display: block; margin:0 auto; overflow: hidden; text-align:center; padding:10px 0 0 0; }
.coda-nav ul li { display:inline-block; margin:0px 4px 0px 5px;}
.coda-nav ul li a {
	background:url(../images/buttons/slideshow-bullet.png) no-repeat 0 0;
	width:10px;
	height:0;
	padding-top:10px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
}

.coda-nav ul li a:hover {
	background-position:0 -10px;
}
	

.coda-nav ul li a.current {
	background-position:0 -10px;
}
	
/****malsup bottles****/	

#slideshow-nav{ clear: both; display: block; margin:0 auto; overflow: hidden; text-align:center; padding:10px 0 0 0; }

#slideshow-nav a {
	background:url(../images/buttons/slideshow-bullet.png) no-repeat 0 0;
	width:10px;
	height:0;
	padding-top:10px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
	margin:0px 4px 0px 5px;
}

#slideshow-nav a:hover {
	background-position:0 -10px;
}
	

#slideshow-nav a.activeSlide {
	background-position:0 -10px;
}	
	
	

/* Don't change anything below here unless you know what you're doing */

	
	/* 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 a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	