div#my-glider-horizontal div.scroller { 
	width: 552px; 
	height: 17px;
	overflow: hidden;
}
div#my-glider-horizontal div.scroller div.section {
	width: 552px; 
	height: 17px;
	overflow:hidden;
	float:left;
}
div#my-glider-horizontal div.scroller div.section a{
	color: #4CBAE9;
	text-decoration: none;
}
div#my-glider-horizontal div.scroller div.content {
	width: 10000px;
}
div#my-glider-horizontal div#section2 a{
	color: #005a9b;
}
div#my-glider-vertical div.scroller { 
	width: 552px; 
	height: 17px;
	overflow: hidden;
	border:1px solid #cccccc;
}
div#my-glider-vertical div.scroller div.section {
	width: 552px; 
	height: 17px;
	overflow:hidden;
	padding:1em;		
}
div#my-glider-vertical div.scroller div.content {
	width: 10000px;
}
div#my-glider-vertical div#section2 {
	background:#666666;
	color:#ffffff;
}
.active {
	background-color: #000;
	color: #fff;
}		
		
		
		
