div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 474px; 
	height: 200px;
	overflow: hidden;
	border: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:474px;
		height:200px;
		overflow:hidden;
		float:left;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		.slidercontrol{list-style:none; margin:0px; padding:0px}
div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !important}
.content a{font:12px bold Helvetica,sans-serif; text-decoration:none}
.aprev{background:url(images/aprev.gif) no-repeat 3px 3px}
.anext{background:url(images/anext.gif) no-repeat 3px 3px}
.astop{background:url(images/astop.gif) no-repeat 3px 3px}
.aplay{background:url(images/aplay.gif) no-repeat 6px 3px}

