div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 780px;
	overflow: hidden;
	margin-left: 16px;
	/*height: 95px;*/
        height: 141px;
}

	div.scroller .section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		/*width: 653px;*/
		overflow:hidden;
		/*float:left;*/
	}
	div.scroller div.content {
		/*width: 10000px; */
		height: 141px;
		/*height: 100px;*/
	}

div.vcontrols img{
	border: 0px;
}

