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

/* 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:950px;
		height:237px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}

#fla_head img {
	position:absolute;
	top:0;
	left:0;
	margin-top:-1px;

}


#fla_head{
	width:703px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif, Calibri !important;
}

#fla_controls {
	float:right;
	width:247px;
	height:237px;
	font-family:Arial, Helvetica, sans-serif, Calibri !important;
	background:url(../images/header-bg.jpg) no-repeat;
	margin-top:-1px;
	padding-top:1px;
}

#fla_pages {
	display:block;
	height:60px;
	float:left;
	width:246px;
}

#fla_pages a{
	float:left;
	display:inline;
	font-size:14px;
	font-weight:bold;
	width:211px;
	height:50px;
	text-align:left;
	color:#c0cfee;
	text-decoration:none !important;
	margin:0;
	padding:10px 0px 0 35px;
	text-decoration: none;
	color: #000;
	background:url(../images/tab.png) right no-repeat;
	margin-top:-1px;
	
}
#fla_pages a img{
	vertical-align:middle;
}
#fla_pages a:hover{
	background:url(../images/tab_active.png) no-repeat;
	color:#000;
}
#fla_pages a.active{
	background: url(../images/tab_active.png) no-repeat;
	color:#000;
}
