	.scroll_container {
		width: 672px; 
		height: 158px; 
		margin-top: 0px;
		overflow: hidden;
		position: relative;
	}
	
	.scroller_left {
		width: 473px;
		height: 158px;
		position: absolute;
	}

	.scroller_right {
		width: 672px; 
		height: 158px;
	}
	
	.center_content {
		width: 476px;
		height: 160px;
	}
	
	.fade_container {
		border: 0px solid black; 
		width: 199px; 
		text-align: center; 
		font-family: "Arial Black"; 
		font-size: 1.1em;
		text-decoration: none;
		margin-top: 24px;
	}
	
	.service_link {
		padding-left: 17px; 
		padding-right: 10px; 
		padding-top: 5px; 
		padding-bottom: 5px;
	}
	
	.service_content {
		font-family: Calibri, Sans-serif; 
		font-size: 14px; 
		color: #000000; 
		padding: 10px; 
		border: 0px solid black;
	}
	
