div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	padding:0;
	width: 470px; 
	height: 460px;
	overflow: hidden;
	}

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

div.scroller div.scrollcontent {
		width: 12000px;
		
		}

.buttons{
	float:right;
}


