body {}
div#my_glider {}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 196px; 
	height: 90px;
	overflow: hidden;
	float:left;
	margin:0 0px 0 0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

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:196px;
	height:90px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:0 0px 0 0px;
	text-align:center;

}

div.scroller div.content {
	width: 196px;
	height: 90px;
}


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}
