@charset "utf-8";
/* CSS Document */
body {}
#logo_title {}
div#logo_pool { height:100px; margin-bottom:18px; display:;}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:260px;
	height:115px;
	overflow:hidden;
	float:left;
}

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:260px;
	height:100px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:0 0px 0 0px;
}

div.scroller div.content {
	width: 4200px;
	overflow:visible;
	padding:0px;
}

img.pad_top {margin-top:20px}

