


#my-glider div.controls {margin: 20p 0;}


div.scroller-pad {
    padding: 5px;
    background-color: #E6E6E6;
	/* width: 365px; 
	height: 294px; */
}

div.scroller { 
	/* modify width and height of scrolling section if necessary			
	width: 480px; 
	height: 380px; */
	overflow: hidden;
    /*
	border:5px solid #e6e6e6;
    */
	}
	
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)			
		width:480px;
		height:380px; */
		overflow:hidden;
		float:left;
		padding:0em;		
		}
div.scroller div.content {
		width: 10000px;
		}
