div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 600px;
	height: 350px;
	overflow: hidden;
	font: 110% Helvetica, Verdana, Arial, sans-serif;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
	height:350px;
	overflow:hidden;
	float:left;
}
div.section div p{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		padding:0 38px 0 22px;
}
div.scroller div.content {
	width: 10000px;
}
div.controls {
	padding-top:125px;
	width:150px;
	float:left;
}
div.controls a  {
	font-size:22px;
	line-height:5px;
}
 div.controls a:hover  {
	color:#7cb648;
}


 /*div.controls a  span {
position:absolute;
top:0;
left:0;
background:url(../img/glidesel_off.png) no-repeat;
}
 div.controls a  span:hover {
background:url(../img/glidesel_on.png) no-repeat;
}*/

