#controls{
	float:left;
	width:105px;
	height:55px;
	position:absolute;
	bottom:10px;
	left:-7px;
}
#glidercontainer{
	width:747px;
	height:184px;
	margin:0 auto;
	display:block;
	float:left;
	margin-bottom:20px;
	position:relative;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width:747px; 
	height:184px;
	overflow: hidden;
}
div.scroller{
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:747px; 
	height:184px;
	overflow:hidden;
	float:left;
	color:#333333;
}
div.scroller div.content {
	width: 10000px;
}
.section{
	width:732px;
	height:184px;
	display:block;
	float:left;
	background:#ffffff;
	padding-right:15px;
	text-align:justify;
	overflow:hidden;	
	}
.section img{
	display:block;
	float:left;
	padding-right:15px;
}
.section strong{
	font-size:14px;
	color:#145cb1;
	font-weight:bold;
	}
.section a{
	color:#145cb1;
	text-decoration:underline;
	}
.section a:hover{
	text-decoration:none;
	}
