div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 435px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
	background-color: #ffffff;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:435px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}


#menuleft {
	float:left;
	width:139px;
	text-align:center;
}

#menuframe {
	float:left;
	width:129px;
	background-color: #ff9933;
	text-align:right;
	background-image: url(../../../../images/orange_menu_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 5px 5px 5px;
}

#menubot {
	float:left;
	width:139px;
	height:12px;
	background-color: #ff9933;
	background-image: url(../../../../images/orange_menu_bot.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#menudisplay {
	float:left;
}

.controls ul {
	list-style: none;
}

.controls ul li a {
	color: #ffffff;
	font-size:120%;
	line-height:180%;
	height:41px;
}

