
BODY {
	background-color: black;
	font-family: arial;
	color: #e0e0e0;
	}


#my-glider {
	width: 980px; 
	text-align: center;
	margin-top: 5px;
}

#my-glider A {
	color: #ACACAC;
	text-decoration: none;
}

#my-glider A:hover {
	color: #0099FF;
	text-decoration: underline;
}

#my-glider A:active {
	color: #FFFFFF;
	text-decoration: none;
}

div.scroller { 
	width: 980px; 
	height: 477px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
div.scroller div.section {
	width:980px;
	height:477px;
	overflow:hidden;
	float:left;
	padding:0px;		
}

div.scroller div.content {
	width: 10000px;
}

