div.controls{
	/*background: #337DBC;*/
	line-height: 30px;
	padding-left: 10px;
	color: #333333;
}
div.controls a{
	font-size: 13px;
	color: #343434; /* 0b5594*//*AEFFD2*/
	font-family: "arial";
	font-weight: bold;
	padding: 2px 8px;
	border: 1px solid #BCBCBC;
	text-decoration: none;
	/*background: #0B5594/*91bade*/;
}
div.controls a:hover{
	color: #000000;/*FCFF00 */
	background: #f0bd23;
}
div.controls a.active:hover{
	font-size: 13px;
	color: #343434; /* 0b5594*//*AEFFD2*/
	font-family: "arial";
	font-weight: bold;
	padding: 2px 8px;
	border: 1px solid #BCBCBC;
	text-decoration: none;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	background: #FFFFFF url('/images/bitla_home_banner.gif') no-repeat;
	width: 974px; 
	height: 226px;
	overflow: hidden;
	/*border:1px solid #cccccc;*/
	}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:950px;
		height:290px;
		overflow: hidden;
		float:left;
		padding:0px 0px 22px 0px;
/*		padding:1em;		*/
		}
div.scroller div.content {
		width: 10000px;
		}

div#section {
	/*	background:#666666;
		color:#ffffff;*/
		}
div.text_section {
		padding: 10px 5px 20px 10px;
		margin-right: 15px;
		}
.text {
	float:left;
	text-align:left;
	width:500px;
	color: #FFFFFF;
}

a.controls{
	font-size: 13px;
	color: #343434; /* 0b5594*//*AEFFD2*/
	font-family: "arial";
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	/*background: #0B5594/*91bade*/;
}
a.controls img{
	padding: 3px;
	margin: 0px 16px;
}
a.controls img:hover{
	border: 1px solid #BCBCBC;
	padding: 2px;
}
