div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 455px; 
	height: 270px;
	overflow: hidden;
	border:1px solid #74925C;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:445px;
		height:270px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section1 {
	background:#6D8855;
	color:#ffffff;
	font-size: 6px;
		}
		
	div#section2 {
		background:#6D8855;
		color:#ffffff;
		}
		
		div#section3 {
		background:#6D8855;
		color:#ffffff;
		}

div#section4 {
		background:#6D8855;
		color:#ffffff;
		}

div#section5 {
		background:#6D8855;
		color:#ffffff;
		}

div#section6 {
		background:#6D8855;
		color:#ffffff;
		}
		
div#section7 {
		background:#6D8855;
		color:#ffffff;
		}


		.controls {
	background-color: #6D8855;
	height: 18px;
	width: 245px;
}
.textoslider {
	font-size: 11px;
	line-height: normal;
}
.textoslideramarillo {
	font-size: 11px;
	line-height: normal;
	color: #FFFF99;

}

