div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 260px; 
	height: 254px;
	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:240px;
		height:220px;
		overflow:hidden;
		float:left;
		padding:5px 0;
		background-color:#ffffff;
		padding:10px;
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		-webkit-border-radius:6px; 
		-moz-border-radius:6px; 
		border-radius:6px;
		}
	div.scroller div.content {
		width: 10000px;
		}
	div.controls {
		width:280px;
		clear:right;
}
	/*div#section2 {
		background:#eeeeee;
		color:#ffffff;
		}*/
		

ul.slider-link {
	margin:0px !important;
}
ul.slider-link h3.active a, ul.slider-link h3 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color:#000000;
	display:block;
}
ul.slider-link h3 a:visited, ul.slider-link h3 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:0px solid #ff0000;
	background-color:#ff0000;
	color:#ffffff;
	display:block;
	float:left;
	height:10px;
	width:31px;
	margin:0 2px 2px 0;
	text-align:center;
	text-decoration:none;
	padding:5px;
}
ul.slider-link li a.active {
	color:#ff0000;
}
ul.slider-link li {
	list-style-type:none;
}
ul.slider-link .title {
	color:#ffffff !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:100%;
	width:11px;
}


.fact {
	color:#000000 !important;
	font-family: Sydfonts, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:100%;
	padding:0px;
	margin:0px;
}
.fact-text {
	color:#990000 !important;
	font-family: Sydfonts, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:120%;
}