pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	background:#e3f4f9;	
	margin:.5em 0;
	width:711px;
	}		

/* 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:711px;
		height:174px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}
/** SLIDE SHOW **/

#fla_controls {
	background:url(../images/header/con-bg.png) no-repeat;
	height:38px;
	width:711px;
	font-family:Arial, Helvetica, sans-serif, Calibri !important;	
}
#fla_pages a{
	float:left;
	display:inline;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	border:1px solid #085fa6;	
	width:28px;
	text-align:center;
	padding:2px 0 2px 0;
	color:#c0cfee;
	text-decoration:none !important;
	margin-right:3px;
}
#fla_pages {
	padding:11px 0 0 10px;
	display:block;
	height:20px;
	float:left;
	width:310px;
}
#fla_pages a:hover,
#fla_pages a.active{
	border:1px solid #db7d0b;	
	color:#fff;
}

#fla_head img {
	position:absolute;
	top:0;
	left:0;
}
#fla_head {
	width:711px;
	height:174px;
	overflow:hidden;
	position:relative;
}

#fla_other_controls {
	font-family:Arial, Helvetica, sans-serif, Calibri !important;
	float:right;
	width:110px;
	padding-top:8px;
	margin-bottom:20px;
}
#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;
}	
