div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
width: 897px; 
height: 434px;
overflow: hidden;

/*
background-color:#00CC66;
filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;*/
/*border:1px solid #cccccc;*/

padding:0;
margin:0;



}

.controls{
	height:65px;
	padding-top: 10px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:897px;
	height:446px;
	overflow:hidden;
	float:left;
	padding:0;		
	}
div.scroller div.content {
	width: 10000px;
	}

div#section1 {
	
	/*background-image: url(../img/background/bg1.jpg);*/
	background-repeat: no-repeat;
}

div#section2 {
	
	/*background-image: url(../img/background/bg5.jpg);*/
	background-repeat: no-repeat;
}

div#section3 {	
	/*background-image: url(../img/background/bg6.jpg);*/
	background-repeat: no-repeat;
}

div#section4 {	
	/*background-image: url(../img/background/bg2.jpg);*/
	background-repeat: no-repeat;
}

div#section5 {	
	/*background-image: url(../img/background/bg2alt.jpg);*/
	background-repeat: no-repeat;
}

div#section6 {	
	/*background-image: url(../img/background/bg3.jpg);*/
	background-repeat: no-repeat;
}

