/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
	width: auto;
	float:left;
	margin: 0 auto;
	display: block;
	z-index: 101;
}
ul#billy_indicators li,
ul#fade_indicators li {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 12px 0 0;
}
ul#billy_indicators li a,
ul#fade_indicators li a {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	font-size: 1;
	background: url(../image/icon_dot.png) no-repeat  0 center;
}	

ul#billy_indicators li.active a,
ul#fade_indicators li.active a 
{ 
	cursor: pointer;
	background:url(../image/icon_dot2.png) no-repeat  0 center;
}
ul#billy_indicators li a:hover,
ul#fade_indicators li a:hover 
{ 
	cursor: pointer; 
	background:url(../image/icon_dot2.png) no-repeat  0 center;
}
ul#billy_indicators li.active a:hover,
ul#fade_indicators li.active a:hover 
{ 
	cursor: pointer; 
	background:url(../image/icon_dot2.png) no-repeat  0 center;
}
		
/*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: 696px;
	z-index:100;
}
ul#billy_scroller,
ul#billy_fader {
	width: 100%;
	height: 696px;
	display: block;
	float: left;
	position: relative;
}
ul#billy_scroller li,
ul#billy_fader li {
	width: 100%;
	height: 696px;
	float: left;
	display: block;
}
ul#billy_fader li a{
	width: 100%;
	height: 696px;
	float: left;
	display: block;
}
.no_repeat{background-repeat:no-repeat; background-position:center;}

#fader_billy_prev{ display:block; float:left; width:14px; height:15px; background:url(../image/btn_left.png) no-repeat 0 0; text-indent:-99999em; margin-right:15px;}
#fader_billy_next{ display:block; float:left;z-index:9999;width:14px; height:15px; background:url(../image/btn_right.png) no-repeat 0 0; text-indent:-99999em;}

