#myScroller { overflow:hidden; }
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	/*height:229px;*/
	overflow:hidden;
	width:496px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		float:left;
		/*height:229px;*/
		overflow:hidden;
		width:496px;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		/*background:#666666;
		color:#ffffff;*/
		}
		
	#slider {
	border:0 solid #CCCCCC;
	/*height:229px;*/
	margin:0 auto 13px;
	overflow:hidden;
	position:relative;
	width:496px;
	}	

	div.slidercontrolwr {
	position:absolute;
	right:39px;
	top:199px;
	}
	div.slidercontrolwr2 {
	position:absolute;
	right:10px;
	top:199px;
	}
