/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:910px;
		height:187px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}
/** SLIDE SHOW **/

#fla_controls {
	background: url(../images/bannerbottom.png) no-repeat;
	width:910px;
	height:37px;
	font-family:Arial, Helvetica, sans-serif, Calibri !important;
	z-index:1000;
	position:absolute;
}

#fla_pages {
	padding:0;
	display:block;
	height:20px;
	float:right;
	width:120px;
	margin-left:780px;
	margin-top:2px;
	z-index:99;
	position:absolute;
}

#fla_pages a{
	float:left;
	background:url(../images/fla_controls_link_bg.png) no-repeat left top;
	font-size:12px;
	font-weight:bold;
	width:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	display:inline;
	text-decoration:none !important;
	margin-right:10px;

}

#fla_pages a:hover,
#fla_pages a.active{
	color:#fff;
	background: url(../images/numbersbg.png) no-repeat;
	
}

#fla_head img {
	position:absolute;
	top:0;
	left:0;
}
#fla_head {
	width:910px;
	height:187px;
	overflow:hidden;
	position:relative;
	font-family:Arial, Helvetica, sans-serif, Calibri !important;	
}

#fla_other_controls {
	font-family:Arial, Helvetica, sans-serif, Calibri !important;
	float:left;
	width:180px;
	padding-top:8px;
	display:none;
}
#fla_other_controls a{
	float:left;
	display:inline;
	font-size:10px;
	line-height:10px;
	text-decoration:none !important;
	color:#fff;
	text-align:center;
	padding:5px 0 1px 0;	
}
#pause_scene {
	background:url(../images/header/pause.png) no-repeat 0 0;
	width:46px;
	margin:0 -5px;
	height:26px !important;
}
#pause_scene:hover {
	background:url(../images/header/pause-h.png) no-repeat 0 0;
}

#next_scene, #prev_scene {	
	background: url(../images/header/next.png) no-repeat 0 0;
	width:26px;
	height:26px !important;	
}
#next_scene:hover, #prev_scene:hover {	
	background: url(../images/header/next-h.png) no-repeat 0 0;
}	
