/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
    position: absolute;
    bottom: 20px; left:0;
	width: auto;
	float:left;
	margin: 0 auto;
	display: block;
	z-index: 101;
}
ul#billy_indicators li,
ul#fade_indicators li {
	display: block;
	width:308px;
	height:252px;
	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: #f00;
	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;
	background:#01A6A2;
}
ul#billy_indicators li a:hover,
ul#fade_indicators li a:hover 
{ 
	background-position:0 -12px;
	cursor: pointer; 
	background:#01A6A2;
}
ul#billy_indicators li.active a:hover,
ul#fade_indicators li.active a:hover 
{ 
	background-position:0 -24px;
	cursor: pointer; 
	background:#01A6A2;
}
		

#billy_clip { 
	width:308px; 
	position: relative; /* For IE */
	overflow: hidden;
	height:272px;
	z-index:100;
}
ul#billy_scroller,
ul#billy_fader {
	width:308px;
	height:272px;
	display: block;
	float: left;
	position: relative;
}
ul#billy_scroller li,
ul#billy_fader li {
	width:308px;
	height:272px;
	float: left;
	display: block;
}
ul#billy_fader li a{
	width:308px;
	height:272px;
	float: left;
	display: block;
}
.no_repeat{background-repeat:no-repeat; background-position:center;}



