div#my-glider-horizontal div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 510px; 
	height: 220px;
	overflow: hidden;
	

	
	}
	div#my-glider-horizontal div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:510px;
		height:220px;
		overflow:hidden;
		float:left;
		padding:10px 0 0 2px;
		
		}
	div#my-glider-horizontal div.scroller div.content {
		width: 10000px;
		}
	div#my-glider-horizontal div#section2 {
		
		color:#000;
		}
        div#my-glider-horizontal div#section3 {
		
		color:#000;
		}
        div#my-glider-horizontal div#section4 {
		
		color:#000;
		}
		


		
		
		
.active {
	
	color: #000;
	}		
				
	
		