a:link, a:hover, a:visited {
	color: #ffffff;
	text-decoration: none;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	margin-left: 7px;
	width: 446px; 
	height: 220px;
	overflow: hidden;
	border: 0px solid #cccccc;
	background: #333333;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 446px;
	height: 220px;
	overflow: hidden;
	float: left;
	padding:0em;		
}

div.scroller div.content {
	width: 3000px;
}

div.controls {
	margin: 0 7px 0 310px;
	margin-top: -20px;
	height: 25px;
	cursor: pointer;
}

.control-panel {
	padding: 3px 5px 0 10px;
	cursor: pointer;
}

.control-button {
	width: 30px;
	height: 22px;
	font-weight: bold;
	cursor: pointer;
}
