body {}
div#my_glider {}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 580px; 
	height: 103px;
	overflow: hidden;
	float:left;
	margin:0 10px 0 10px;
}

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)	*/		
	width:115px;
	height:74px;
	overflow:hidden;
	float:left;
	padding:1em;
	margin:0 2px 0 2px;
	text-align:center;

}

div.scroller div.content {
	width: 2690px;
	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}