div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:auto; 
	height: auto;
	overflow: hidden;
	/*border:1px solid #000000;*/
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:577px;
		height:auto;
		overflow:hidden;
		float:left;
			
	/*	border:1px solid #000000;	*/
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section8 {
		background:#000;
		color:#ffff99;
		height:400px;
		}
	div#section1{
			text-align:center;			
			font-size:11px;
			height:auto;
		}
		
		
.nextTop{
	width:70px;
	height:15px;	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	border: 1px solid #CC0000;
	background-color:#CC0000;
	z-index:2000;}
.nextop:hover{color:#000000;}
		

.next{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	border: 1px solid #CC0000;
	background-color:#CC0000;
}

.controls{height:16px;}

