div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 643px; 
	height: 196px;
	overflow: hidden;
	float:left;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:643px;
		height:196px;
		overflow:hidden;
		float: left;
				
		}
	div.scroller div.content {
		width: 10000px;
		}

#home-discover-outline img{
border:0;
}

#slide-btn-left {
float:left;
left:55px;
margin:0;
position:absolute;
}

#slide-btn-right {
float:left;
left:836px;
margin:0;
position:absolute;
}

#my-glider {
margin:20px 80px 80px 155px;
}
