div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 520px; 
	height: 520px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:520px;
		height:540px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
			
	div.scroller div.content {
		width: 10000px;
		}
		
		div.controls {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 37px;	
			letter-spacing:1px;
		}
		
		div.controls a {
		color: #868581;
		background: transparent;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		}

	div.controls a:link {
color: #868581;
background: transparent;
font-weight: normal;
text-decoration: none;
}

div.controlls a:visited {
color: #868581;
background: transparent;
font-weight: normal;
text-decoration: none;
}

div.controlls a:active {
color: #868581;
background: transparent;
font-weight: normal;
text-decoration: none;
}

div.controls a:hover {
color: #EBEBEB;
background: transparent;
font-weight: normal;
text-decoration: none;
border-width: 0px 0px 0px 0px;
border-style: none none none none;
}	