div.scrollermenu { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 215px; 
	height: 380px;
	overflow: hidden;
	border:0px solid #cccccc;
	padding:0px;
	}
	div.scrollermenu div.sectionmenu {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:215px;
		height:380px;
		/*overflow:hidden;*/
		float:left;
		padding:0;		
		
		
		overflow:auto; 
		overflow-x:hidden;
		}
		div.scrollermenu div.contentmenu {
		width: 100000px; 
		}

		div#sectionmenu1 {
		color:#000000;
		}