body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
    width: auto;
    margin: 20px 0 0 0;
    float: right;
    display: block;
    z-index: 90;
}

    ul#billy_indicators li,
    ul#fade_indicators li {
        display: block;
        width: 9px;
        height: 9px;
        float: left;
        margin: 0 5px 0 0;
    }
        
        ul#billy_indicators li a,
        ul#fade_indicators li a {
            display: block;
            width: 9px;
            height: 9px;
            background: #000;
            opacity: 0.4;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
        }   
        
        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.6; }
            ul#billy_indicators li.active a:hover,
            ul#fade_indicators li.active a:hover { opacity: 1.0; }
        
/* Controls */

        ul, ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* Carousel */
#billy_clip { 
	margin-left:10px;
    margin-top:20px;
    width: 600px; 
    position: relative; /* For IE */
    overflow: hidden;
    height: 250px;
    z-index:100;
    border:2px solid #111;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul#billy_fader {

    width: 9999px;
    height: 400px;
    display: block;
    float: left;
    position: relative;
}
    
    ul#billy_fader li {
        width: 900px;
        height: 400px;
        float: left;
        display: block;
    }

    
.billy_overlay {

	float:left;
	margin-top:180px;
	padding:10px;
	height:50px;
	width:600px;
	background-color:#222;
	color:#fff;
	font-size:16px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

    
.billy_overlay_top {
	margin-top:10px;
	float:left;
	padding:10px;
	height:50px;
	width:600px;
	background-color:#222;
	color:#fff;
	font-size:16px;
	opacity:0.9;
	filter:alpha(opacity=90);
}