div.scroller { 
/* modify width and height of scrolling section if necessary */		
width: 900px; 
height:520px;
overflow: hidden;
margin: 0 0 0 40px;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width: 900px;
height:520px;
overflow:hidden;
float:left;
padding: 50px 0 0 50px;
}
div.scroller div.content {
width: 10000px;
}
a#button-left {
top: 360px;
position: absolute;
z-index: 1001;
margin-left: 8px;
}
a#button-right {
top: 360px;
position: absolute;
z-index: 1001;
margin-left: 905px;
}