
/* container for slides */
#ml-banner {
	background:white;
	position:relative;	
	height:208px !important;
	width:900px !important;
	float:left;	
}

/* single slide */
#ml-banner div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:208px;
}

#ml-banner h1{
	color: white;
	font-size: 3.2em;	
	
}

#ml-banner p{
	margin: 10px 0 0 0;
	color: white;
	padding: 0 300px 0 0;
	}
	
#ml-banner a{
	color: white;
	display: block;
	/*background: rgba(255, 66, 0, 0.2) !important;	*/
	background: #ff4200;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	padding: 5px;
	width: 200px;
	text-align: center;
}

#pane001, #pane002, #pane003, #pane004 {
	height:168px;
	width:860px;	
}

#ml-banner #pane001 {
	background: url(../images/banner01.jpg) top left no-repeat;
	padding: 20px;
}
#ml-banner #pane002 {
	background: url(../images/banner02.jpg) top left no-repeat;
	padding: 20px;	
}
#ml-banner #pane003 {
	background: url(../images/banner03.jpg) top left no-repeat;
	padding: 20px;	
}
#ml-banner #pane004 {
	background: url(../images/banner04.jpg) top left no-repeat;
	padding: 20px;	
}
#ml-banner #pane005 {
	background: url(../images/banner05.jpg) top left no-repeat;
	padding: 20px;	
}

/* tabs (those little circles below slides) */
.tabs {
	float: right;
	margin-right:5px;
	width:200x;
	height:15px;
	position: relative;
	top: -18px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	margin:3px;
	float: left;
	background: url(../images/banners/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	



