div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 500px; 
	overflow: hidden;
	border:3px solid #ded3c4;
	margin-top:5px;
	padding: 0em;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:480px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		
a.sectionlinks:visited {
	font-size: 12px;
	font-weight:bold;
	padding: 4px 6px 6px;
	background:#CCC4C2;
	border:1px solid #ded3c4;
	border-bottom:0px;
	text-decoration: underline;
}
a.sectionlinks:link{
	font-size: 12px;
	font-weight:bold;
	padding: 4px 6px 6px;
	border:2px solid #ded3c4;
	background:#CCC4C2;
	border-bottom:0px;
	text-decoration: underline;
}

a.sectionlinks:hover{
	background:#ccc;
}

a.sectionlinks:active, a.sectionlinks:focus{
	background: #ded3c4;	
	color:#000;
	text-decoration:none;
	border: 0px;
	padding: 10px 10px 8px 10px;
}

