div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 588px; 
	height: 200px;
	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:588px;
		height:200px;
		overflow:hidden;
		float:left;
		padding:0em;
		padding-top:0px;		
		}
		
		 div.section p.head {
font-weight:600;
color: white;
/* background-color:  #7FAAFF;	*/
background-color:  #8BB50B;
margin:0px;
padding-left: 4px;
padding-right: 4px;
font-size: 10px;
height: 35px;
width: 366px;
	
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		
		color:#000;
		}
	div.controls span  {
		float:left;
		background:#A5A5A5;
		color:#ffffff;
		width:25px;
		text-align:center;
		border-left:1px solid #fff;
		font-weight:600;
		}
			div.controls span a  {
	
		color:#ffffff;
		
		}
		div.controls span:hover  {
			color:#ffffff;
				}
