div#my-glider{
	width:570px;
	}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px; 
	height: 340px; /*340*/
	overflow: hidden;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:570px;
	height:340px;
	overflow:hidden;
	float:left;
	padding:0em;	
	margin:0em;
	}
div.scroller div.content {
	width: 10000px;
	}
div.boxheader{
	background-color: #fff;
	height:20px;
	width:560px;
	color:#ff003c;
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	text-align:right;
	}
