div.scroller { 
	/* modify width and height of scrolling section if necessary */		
	width: 650px;
	height: 100%;
	overflow: hidden;
	border-style: none;
	}
	
    div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:650px;
		height: 100%;
		float: left;
		padding: 1em;		
        }
		
	div.scroller div.content {
		width: 10000px;
		overflow: hidden;
		}
		
	div.controls{
	    text-align: center;
	    margin: 0px 0px 15px 0px;
	    overflow: hidden;
	    font-size: 16pt;
	    text-shadow: #cccccc 0.1em 0.1em 0.1em;
	    }
        
    div.gal {
	    float: left;
	    margin: 10px 15px 20px 0px;
	    overflow: hidden;
        }
        
#glider {
	margin: 0px 25px 0px 25px;
	overflow: hidden;
    }
   