div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:740px;
	height: auto;
	overflow: hidden;
	margin: 0 0 0px 0;
        border: 5px solid #CCCCCC;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:725px; 
	height: auto;
		overflow:hidden;
		float:left;	
		padding: 10px;	
		background: url(images/roombg.jpg) repeat-x;
		}
	div.scroller div.content {
		width: 10000px;
              
		}


#GliderControls {
	background: #6F909F;
	color: #FFFFFF;
	width: 734px;
	float: left;
	padding: 8px;
}

#GliderControls a {
	color: #FFFFFF;
}

#GliderControls ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#GliderControls li {
	float: left;
	margin-right: 15px;
	display: block;
}