body {}
div#my_glider {}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
}

div.scroller div.section, div.scroller div.section_nonfocus {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
}

div.scroller div.content {
	width: 2331px;
	height: 100px;
}


a.left_arrow, a.right_arrow {
	float:left;
	display:block;
	height:25px;
	width:25px;
	margin:40px 1px 0 1px;
}

a.left_arrow{background:url(images/arrow_left.gif) no-repeat top left;}
a.right_arrow{background:url(images/arrow_right.gif) no-repeat top right;}

a.left_arrow:hover, a.right_arrow:hover {background-position:bottom;}

img.pad_top {margin-top:20px}