div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 332px; 
	height: 83px;/*81*/
	overflow: hidden;
	border:0px solid #cccccc;
	padding: 0px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
    	width: 332px; 
    	height: 71px;/*71*/
		overflow:hidden;
		float:left;
		padding-top: 10px;
        padding-left: 10px;		
		margin:0px;		
		}
	div.scroller div.content {
		padding:0px;		
		margin:0px;		
		width: 6640px;
		}

	div.section {
	      height: 81px;		
		}

a.glider {
	font-family: courier;
	line-height: 14px;
	font-size: 14px;
	font-weight: bolder;
	color: #cccccc;
}

a.glider:hover {
	color: #47cc3b;
}

