	#my-glider{
		width:500px;
		height:325px;
		border:1px solid #272729;
	}
	
	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
		width: 480px; 
		height: 300px;
		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:480px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:5px;		
	}
	
	div.scroller div.glider-content {
		width: 10000px;
	}		
	
	div.glider-content img{
		width:470px;
		height:290px;
		}
	
	div.nav-left{
		width:10px;
		height:300px;
		float:left;
	}
	
	div.nav-right{
		width:10px;
		height:300px;
		float:left;
	}
	
	div.controls{
		text-align:center;
		position:relative;
		top:3px;
	}