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: 355px; 
	height: 460px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	border:0px solid #ffffff;		padding-left:10px;	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:355px;
		height:100%;
		overflow:hidden;
		float:left;		padding-left:10px;	padding-right:2px;		
		}
	div.scroller div.content {
		width: 600px;
		height:100%;
		}
    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;
		padding-left:7px	
		}
	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;
		padding-left:10px;		
		}
	div#section2 {
		width:355px;
		height:100%;
		background:#FFFFFF;
		color:#000000;
		padding-right:2px;
		padding-left:12px		
		}
		
