#whyJoinUs .scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 278px;
	height: 125px;
	overflow: hidden;
	}
#whyJoinUs .scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 278px;
	/*height: 100px;*/
	overflow:hidden;
	float:left;	
	text-align:right;
		}
#whyJoinUs .scroller div.content {
		width: 8000px;
		}
		
#bannerGlider .scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 1000px;
	height: 383px;
	overflow: hidden;
	}
#bannerGlider .scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 1000px;
	height: 383px;
	overflow:hidden;
	float:left;	
		}
#bannerGlider .scroller div.content {
		width: 8000px;
		}		
