body {
	background-image: url(images/bg2.jpg);
	background-repeat: no repeat;
	background-color: #FFFFFF;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 651px; 
	height: 460px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	border:0px solid #ffffff;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:651px;
		height:460px;
		overflow:hidden;
		float:left;
		padding-right:12px;		
		}
	div.scroller div.content {
		width: 10000px;
		}
    div.controls {
		width:201px;
		height:450px;
		overflow:hidden;
		float:left;
		padding-right:1px;
		vertical-align:top;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 13.2px;
		font-weight: bold;
	    line-height: normal;	
		}
	div.controls2 {
		width:201px;
		height:84px;
		overflow:hidden;
		float:left;
		padding-right:1px;
		vertical-align:top;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 13.2px;
		font-weight: bold;
	    line-height: normal;	
		}
	div#section2 {
		width:651px;
		background:#FFFFFF;
		color:#000000;
		padding-right:16px;	
		}
