/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
    position: absolute;
    bottom: 10px; left:30px;
	width: auto;
	float:left;
	margin: 0 auto;
	display: block;
	z-index: 101;
}
ul#billy_indicators li,
ul#fade_indicators li {
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 10px 0 0;
}
ul#billy_indicators li a,
ul#fade_indicators li a {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	font-size: 1;
	background: url(../../images/index.png) no-repeat -21px -125px;
}	

ul#billy_indicators li.active a,
ul#fade_indicators li.active a 
{ 
	background-position:-55px -125px;
	cursor: pointer;
}
ul#billy_indicators li a:hover,
ul#fade_indicators li a:hover 
{ 
	background-position:-55px -125px;
	cursor: pointer; 
}
ul#billy_indicators li.active a:hover,
ul#fade_indicators li.active a:hover 
{ 
	background-position:-55px -125px;
	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: 100%; 
	position: relative; /* For IE */
	overflow: hidden;
	height:371px;
	z-index:100;
}
ul#billy_scroller,
ul#billy_fader {
	width: 100%;
	height:371px;
	display: block;
	float: left;
	position: relative;
}
ul#billy_scroller li,
ul#billy_fader li {
	width: 100%;
	height:371px;
	float: left;
	display: block;
	text-align:center
}
ul#billy_fader li a{
	width: 100%;
	height:371px;
	float: left;
	display: block;
}
.no_repeat{background-repeat:no-repeat; background-position:center;}

#fader_billy_prev{ position:absolute; width:46px; top:-162px; left:-510px; height:46px;z-index:9999; background:url(../../images/index.png) no-repeat -33px -3px;}
#fader_billy_next{ position:absolute;  width:46px; height:46px; right:0px; top:-162px;right:-510px;z-index:9999;background:url(../../images/index.png) no-repeat -105px -7px;}
a:hover#fader_billy_prev,a:hover#fader_billy_next{filter: Alpha(Opacity=80);-moz-opacity: 0.80;opacity: 0.8;}
.billy_btn{position:relative;width:163px; height:35px;margin:-33px auto 0 auto; z-index:9999; background:url(../../images/index.png) no-repeat -21px -84px;}




