body {}
#logo_title {display:;}
div#logo_pool { height:135px;}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:183px;
	height:135px;
	overflow: hidden;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-top:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
}

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

}

div.scroller div.content {
	width: 2500px;
	height: 135px;
}


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;}
