
#main-glider .scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 463px; 
	height: 75px;
	float: right;
	overflow: hidden;
	border: none;
	}
	#main-glider .scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:463px;
		height:75px;
		overflow: hidden;
		float: left;
		}
#footer-glider .scroller {
	width: 281px;
	height: 190px;
	float: left;
	overflow: hidden;
	border: none;
	}
	#footer-glider .scroller div.section {
		width: 281px;
		height: 190px;
		float: left;
		overflow: hidden;
		}

	#main-glider .scroller div.content,
	#footer-glider .scroller div.content {
		width: 10000px;
		}
