/*
	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.
*/

/* Insignificant stuff, for demo purposes */

	/*body { padding: 20px }
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }*/

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { position: relative; padding: 0 }
		
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 390px; overflow: hidden !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1000px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	#BillBoard .photo {
		right: -20px;
	}
	
	/* Arrow styling */
	
	 .imageNav {
		 position: absolute;
		 bottom: 30px;
		 left: 215px;
		 height: 40px;
		 width: 85px;
		 z-index: 99999999;
		 border: 0px solid
	 }
	 
	 
	.pager {
		position: absolute;
		display: inline-block;
		bottom: 40px;
		left: 325px;
		text-align: center;
	}
	.pager a {
		background: url(/App_Themes/PPTA/img/billBoardSprites.png) 0 0 no-repeat transparent;
		width: 15px;
		height: 15px;
		margin: 0 7px 0 0;
		display: inline-block;
	}
	.pager a.selected {
		background-position: -15px 0;
		cursor: default;
	}
	.pager a span {
		display: none;
	}
	.clearfix {
		float: none;
		clear: both;
	}
	
	a.prev, a.next {
		position: absolute;
		top: 0px;
		background: transparent;
		font-size: 0;
		line-height: 0;
		text-indent: -999em;
		color: #fff;
		padding: 0px;
		height: 40px;
		width: 40px;
		background-image: url(/App_Themes/PPTA/img/billBoardArrows.png);
		z-index: 7777 }
	
	a.prev {
		left: 0px;
		background-position: 0 0;
		background-repeat: no-repeat
	}
	
	a.next {
		right: 0px;
		background-position: -40px 0;
		background-repeat: no-repeat;
	}
	
	/* Tab nav */
	.coda-nav {
		position: absolute;
		bottom: 0px;
		left: 210px;
		width: 775px !important;
		z-index: 7777777	
	}
	
	/* added by Jeff */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
		position: relative;
		padding: 20px;
		padding: 0 !important; /* added by Jeff */
		height: 390px; /* added by Jeff */
		}
	
	/* 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: 0; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #004356; color: #fff; display: block; float: left; margin-right: 1px; padding: 7px 10px; text-decoration: none; -moz-border-radius: 5px;
	border-radius: 5px; }
	
	/* 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 }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	/* Custom added by Jeff */
	
	.coda-slider-wrapper {
	position: relative;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	height: 390px;
	width: 1000px;
	color: #fff;
	z-index: 1;
	overflow: hidden;
	}
	
	.coda-slider .panel .panel-wrapper h2 {
		display: none;
	}


	.coda-slider .panel .panel-wrapper p {
	position: absolute;
	top: 210px;
	left: 215px;
	width: 355px;
	font-family: 'IntervalLight', Helvetica, Arial;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #d8e2e6;
}

.coda-slider .panel .panel-wrapper p a {
	color: #fff;
	cursor: default;
	
}


/*.coda-slider { border: 3px solid #777 !important }
.coda-slider .panel { border: 1px solid #ff6600 !important }
.coda-slider .panel .panel-wrapper { border: 7px solid #fff !important }*/

.coda-slider .panel .panel-wrapper h1 {
	position: absolute;
	bottom: 160px;
	*bottom: 180px;
	left: 215px;
	width: 400px;
	font-family: "IntervalLight", Helvetica, Arial;
	font-size: 35px;
	line-height: 32px;
	color: #fff;
	*border: 0px solid;
}

.coda-slider .panel .panel-wrapper a.readMore {
	display: block;
	margin-top: 17px !important;
}

.coda-slider .panel .panel-wrapper .photo {
	position: absolute;
	bottom: -50px;
	right: 20px;
}

.coda-slider { height: 390px; background: none }
	
.ImageSlider .arrows {
	position: absolute;
	top: 190px;
	height: 40px;
	width: 40px;
	background-image: url(../img/billBoardArrows.png);
}

.ImageSlider .arrows.leftArrow {
	left: 0px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.ImageSlider .arrows.rightArrow {
	right: 0px;
	background-position: -40px 0;
	background-repeat: no-repeat;
}


	
	