div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 676px; 
	height: 403px;
	overflow: hidden;
        margin-top: -2px; background: #f8f8f8;
	}

	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:676px;
		height: 403px;
		overflow:hidden;
		float:left;
			
		}

	div.scroller div.content {
		width: 10000px;
		}

div#section1 {
		background: #f8f8f8;
                color:#ffffff;
		}


div#section2 {
                background: #f8f8f8;
		color:#ffffff;
		}

div#section3 {  background: #f8f8f8;
		color:#ffffff;
		}

div#section4 {
		background: #f8f8f8;
		color:#ffffff;
		}

.controls img
{
  border: 0px;
}
.controls a
{
  color: #90006b; text-decoration: none; 
  font-size: 14px; font-weight: bold; 
  float: right; padding-right: 28px; padding-left: 20px;
}
.controls a:hover
{
  color: #000;
}
.links
{
  width: 580px; text-align: center; margin-top: -10px;
}
.links2
{
  width: 610px; text-align: center: 
}
.controls { margin-top: -30px; margin-right: 0px;}