/* Indicators */
ul#fade_indicators {
	width: auto;
	margin: 0;
	position: relative;
	top: -40px;
	left: 0;
	width: 10%;
	display: block;
	z-index: 100;
}

	ul#fade_indicators li {
		display: block;
		width: 12px;
		height: 12px;
		float: left;
		margin: 0 5px 0 0;
	}
		
		ul#fade_indicators li a {
            position:relative;
            width:12px;
            height:12px;
            float:left;
            margin:0;
            /*display:inline;*/
            font-size:1px;
            background-position:0 0;
		}	
/*
ul#fade_indicators li.active a { 	background-position:0 -24px;
cursor: pointer;
}
ul#fade_indicators li a:hover { 	background-position:0 -12px;
cursor: pointer;
}
ul#fade_indicators li.active a:hover {	background-position:0 -24px;
cursor: pointer;
}
*/
		
/* Carousel */
#billy_clip {
	text-align:center;
	margin: 0;
	padding: 0;
/*	width: 940px; */
	width:100%; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 400px;
	z-index:100;
}

ul#billy_fader {
	margin: 0;
	padding: 0;
	width:100%;
/*	width: 9999px; */
	height: 400px;
	display: block;
	float: left;
	position: relative;
}
	
	ul#billy_fader li {
		width: 100%;
/*		width: 940px; */
		height: 400px;
	/*	float: left;
		display: block;
	*/
	display: inline;
	}
	
	ul#billy_fader li a{
		display:block;
		width: 100%;
		height: 400px;
	}
	
