/* IMAGE SCROLLING - OFFER PAGE */
div#my_glider { width:260px; height:220px;}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 240px; 
	height: 290px;
	overflow: hidden;
	margin:10px 10px 10px 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:240px;
	height:280px;
	overflow:hidden;
	float:left;
	text-align:center;
}
div.scroller div.content {
	width: 240px;
	height: 2000px;
	clear:both;
}

a.left_arrow {background:top left no-repeat url(/images/arrow_up.gif); display:block; height:25px; width:30px; margin:0px auto 0px auto;}
a.right_arrow {background:url(/images/arrow_down.gif) no-repeat top left; display:block; height:25px; width:30px; margin:0px auto 0px auto;}
a.left_arrow:hover {background:url(/images/arrow_up_hover.gif) no-repeat top left;}
a.right_arrow:hover {background:url(/images/arrow_down_hover.gif) no-repeat top left;}nd:url(/images/arrow_down_hover.gif) no-repeat top left;}