div.controls{
	background: #2b306d;
	line-height: 30px;
	padding-left: 10px;
	color: #FCFF00;
	text-align: left;
}
.controls a{
	font-size: 13px;
	color: #FCFF00; /* 0b5594*//*AEFFD2*/
	font-family: "arial";
	font-weight: bold;
	padding: 2px 8px;
	background: #3c5480;/*91bade*/;
	border: 1px outset #F2F2F2;
	text-decoration: none;
}
div.controls a:hover{
	color: #000000;/*FCFF00 */
	background: #8990DE;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	background: url('/themes/roadlinkindia/images/slider_bg.jpg') repeat-x;	
	width: 655px; 
	height: 244px;
	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: 655px; 
	height: 244px;
		overflow: hidden;
		float:left;
/*		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;
}
