/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
    position: relative;
    bottom: 40px;
	width: auto;
	margin: 0;
	float: left;
	display: block;
	z-index: 101;
}

	ul#billy_indicators li,
	ul#fade_indicators li {
		display: block;
		width: 12px;
		height: 12px;
		float: left;
		margin: 0 5px 0 0;
	}
		
		ul#billy_indicators li a,
		ul#fade_indicators li a {
			display: block;
			width: 12px;
			height: 12px;
			overflow: hidden;
			font-size: 1;
			/*background: #fff;*/
			background-position:0 0;
			/*opacity: 0.6;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;*/
		}	

		ul#billy_indicators li.active a,
		ul#fade_indicators li.active a { background-position:0 -24px;
	cursor: pointer; }
		ul#billy_indicators li a:hover,
		ul#fade_indicators li a:hover { background-position:0 -12px;
	cursor: pointer; }
			ul#billy_indicators li.active a:hover,
			ul#fade_indicators li.active a:hover { background-position:0 -24px;
	cursor: pointer; }
		
		/*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.8; }
			ul#billy_indicators li.active a:hover,
			ul#fade_indicators li.active a:hover { opacity: 1.0; }*/
		
/* Carousel */
#billy_clip { 
	width: 900px; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 400px;
	z-index:100;
}

ul#billy_scroller,
ul#billy_fader {
	width: 9999px;
	height: 400px;
	display: block;
	float: left;
	position: relative;
}
	
	ul#billy_scroller li,
	ul#billy_fader li {
		width: 900px;
		height: 400px;
		float: left;
		display: block;
	}
	
