div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 450px; 
	overflow: hidden;
	border-top:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 450px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
#my-glider .controls a{
	line-height:14px;
	width:105px;
	font-size:11px;
	text-decoration:none;
	background:url(../radio/img/bt_a.gif) no-repeat;
}
#my-glider .controls a:hover{
	background:url(../radio/img/bt_hover.gif);
}
