/* Slider */
/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
	width: auto;
	margin: 20px 0 0 0;
	float: right;
	display: block;
	z-index: 90;
}

	ul#billy_indicators li,
	ul#fade_indicators li {
		display: block;
		width: 9px;
		height: 9px;
		float: left;
		margin: 0 5px 0 0;
	}
		
		ul#billy_indicators li a,
		ul#fade_indicators li a {
			display: block;
			width: 9px;
			height: 9px;
			background: #fff;
			opacity: 0.4;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
		}	
		
		ul#billy_indicators li.active a,
		ul#fade_indicators li.active a { opacity: 1.0; }
		ul#billy_indicators li a:hover,
		ul#fade_indicators li a:hover { opacity: 0.6; }
			ul#billy_indicators li.active a:hover,
			ul#fade_indicators li.active a:hover { opacity: 1.0; }
		
/* Controls */
#clicker {
	display:block;
	float:left;
	margin: 75px 0 0 26px;
	width:85px;
}

a#carousel_billy_prev  {
	display:block;float:left;
	background: url("../images/leftscroll.gif");
	width:28px; height:28px;
	text-indent:-999em;
	}
	a#carousel_billy_prev:hover {
		background: url("../images/leftscroll_on.gif");
		}
		
a#carousel_billy_next{
	float:right;
	background: url("../images/rightscroll.gif");
	width:28px; height:28px;
	text-indent:-999em;
	}
	a#carousel_billy_next:hover {
		background: url("../images/rightscroll_on.gif");
		}
	
	
	/*#clicker a {
		background: transparent;
		border: 1px solid white;
		font-size: 12px;
		color: white;
		padding: 5px 10px 4px;
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		#clicker a:hover {
			color: #252529;
			background: white;
		}
		/*
		
		
		
		
/* Carousel */
#billy_clip { 
	width: 808px; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 400px;
	z-index:100;	
}

ul#billy_scroller,
ul#billy_fader {
	width: 20000px;
	height: 400px;
	display: block;
	float: left;
	position: relative;
}
	
	ul#billy_scroller li,
	ul#billy_fader li {
		width: 900px;
		height: 400px;
		float: left;
		display: block;
	}
	
/* Tabber */
ul#tabber {
	width: 9999px;
	height: 400px;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
	
	ul#tabber li {
		width: 900px;
		height: 400px;
		float: left;
		display: block;
	}
	
#brochure-title-clip {
		font-size:9pt;		
		height:20px;
		left:24px;
		overflow:hidden;
		position:absolute;
		top:444px;
		width:400px;
		}
#brochure_titles li {
		display: block;
		float:left;
		width:400px;
		height:20px;		
		}