div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 480px; 
	height: 215px;
	overflow: hidden;
	border:0px solid #5E6B76;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:480px;
		height:215px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
			
	div.scroller div.content {
		width: 10000px;
		}
		
div.controls {
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size: 11px;
width: 165px;
margin: 0px 0px 0px 0px;
padding: 6px 0px 0px 0px;	
}

div.controls ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

div.controls ul li {
margin: 0px;
padding: 0px;
}

div.controls ul li a {
font-size: 11px;
display: block;
border-bottom: 0px dotted #272727;
padding: 3px 4px 2px 20px;
text-decoration: none;
color: #bcbcbc;
width:190px;
}

div.controls ul li a:hover, div.controls ul li a:focus
{
background: #000 url(../images/rightarrow.gif); background-repeat: no-repeat; 
background-position: 4px 6px;
color: #ebebeb;
}

