@charset "utf-8";
/* Dirty Reset */
ul, ul li {
	padding: 0;
	margin: 0;
}

#container {
	display: block;
	width: 969px;
	margin: 0 auto 0;
	padding: 0 0 0 0;
}


/* Indicators */
ul#billy_indicators {
	width: auto;
	float: left;
	display: block;
	z-index: 90;
	margin: 0px;
}

	ul#billy_indicators li {
	display: block;
	width: 9px;
	height: 9px;
	float: left;
	margin-top: 0px;
	margin-right: 184.8px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		
		ul#billy_indicators li a {
			display: block;
			width: 193.8px;
			height: 9px;
			background: #c2c2c2;
			opacity: 0.4;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
		}	
		
		ul#billy_indicators li.active a { opacity: 1.0; }
		ul#billy_indicators li a:hover { opacity: 0.6; }
			ul#billy_indicators li.active a:hover { opacity: 1.0; }
		
/* Controls */
#clicker {
	display: block;
	float: left;
	margin: 0px 0 0 0;
}

	#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: 969px;
	position: relative; /* For IE */
	overflow: hidden;
	height: 281px;
	z-index:100;
}

ul#billy_scroller {
	width: 9999px;
	height: 281px;
	display: block;
	float: left;
	position: absolute;
}
	
	ul#billy_scroller li {
		width: 969px;
		height: 281px;
		float: left;
		display: block;
	}
	

	
