/* Indicators */
ul#billy_indicators {
	width: auto;
	margin: -100px 0 0 0;
	float: left;
	display: block;
	z-index: 9999 !important;
    position:absolute;
}

	ul#billy_indicators li {
		display: block;
		width: 9px;
		height: 9px;
		float: left;
		margin: 0 5px 0 0;
	}
		
		ul#billy_indicators li a {
			display: block;
			width: 12px;
			height: 12px;
			background:url(../images/slider_btn.png) top left no-repeat;
		}	
		
		ul#billy_indicators li.active a {background: url(../images/slider_btn_hover.png) top left no-repeat;}
		ul#billy_indicators li a:hover { background: url(../images/slider_btn_hover.png) top left no-repeat;}
		ul#billy_indicators li.active a:hover { opacity: 1.0; }
		
/* Controls */
#clicker {
	display: block;
	float: left;
	margin: 20px 0 0 0;
}

	#clicker a {
		background: transparent;
		border: 1px solid white;
		font-size: 12px;
		color: white;
		padding: 5px 10px 4px;
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		#clicker a:hover {
			color: #252529;
			background: white;
		}
		
/* Carousel */
#billy_clip {
	width: 970px;
	position: relative; /* For IE */
	overflow: hidden;
	/*height: 400px;*/
	z-index:100;
	margin-top:20px;
}
#billy_clip img {
	float: right; border:0px; margin-top:30px;
}

ul#billy_scroller {
	width: 9999px;
	height: 400px;
	display: block;
	float: left;
	position: relative;
}
	
	ul#billy_scroller li {
		width: 970px;
		height: 400px;
		float: left;
		display: block;
	}
.slider_inside_container {
  width: 450px; float: left; margin: 50px 0px 0px 0px;
}
.slider_inside_container h2 {
  font-size:32px; font-weight:bold; color: #3c1e03; margin:0px; padding:0px 0px 25px 0px;
}
.slider_inside_container p {
  font-size:16px;color: #3c1e03; margin:0px; padding:0px 0px 25px 0px; line-height: 24px;
}