div#my-glider-horizontal
{

	width: 980px;
height: 409px;
	overflow: hidden;

	}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 810px; 
	height: 410px;
	overflow: hidden;
			float:left;
	border:0px solid #f00;
	margin: 0;


	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 810px; 
	height: 409px;

		float:left;
		padding: 0px 0px 0 3px;
		margin: 0;		

		}

	div.scroller div.content {
		width: 10000px;
		height: 409px;
		padding: 0;
		margin: 0;

		}


	
	
	

