div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
		position: absolute;
	top: 19em;
	left: 5em;
	width: 830px; 
	height: 440px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:830px;
		height:440px;
		overflow:hidden;
		float:left;
		
		}
	div.scroller div.content {
		width: 20000px;
		}


	/* my-glider controls the type in the movable sections	*/		
#my-glider
{

	font-family: verdana-family, arial, helvetica, sans-serif;
	font-size: 85%;
	color: #777777;
		text-decoration: none;

		}
		
div.controls
		{	font-family: verdana-family, arial, helvetica, sans-serif;
	font-size: 93%;
	
	position: absolute;
	top: 725px;
	left: 6.5em;
		}
		
div.prev-next
				
		{	font-family: verdana-family, arial, helvetica, sans-serif;
	font-size: 95%;

	position: absolute;
	top: 725px;
	left: 820px;
	
	}
	
	