div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 762px; 
	height: 188px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:762px;
		height:188px;
		overflow:hidden;
		float:left;		
		}
	div.scroller div.content {
		width: 10000px;
		position: absolute;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
	div.slide_nav {
		position: absolute;
		right: 10px;
		top: 160px;
		z-index:10;
		color: #FFFFFF;
	}
	div.slide_nav a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}