#my-glider {
		position:relative;
		width: 955px; 
	height: 391px;
	}
	
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 955px; 
	height: 391px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 955px; 
		height: 391px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#fff;
		color:#ffffff;
		}
		
	div#link1 {
		display:block;
		position:absolute;
		top:345px;
		left:25px;
		height:25px;
		width:60px;
		cursor:pointer;
		}
		
	div#link2 {
		display:block;
		position:absolute;
		top:345px;
		left:90px;
		height:25px;
		width:60px;
		cursor:pointer;
		}
		
	div#link3 {
		display:block;
		position:absolute;
		top:345px;
		left:155px;
		height:25px;
		width:60px;
		cursor:pointer;
		}
		
	
