window.addEvent('domready', function(){
	$('l1').setStyle('background', 'url(/Websites/seasonallivingokc/templates/seasonalliving/images/bg_feature_nav_over.gif) no-repeat 0 0');
	$('l1').setStyle('color', '#009de0');
									 
	var scroll = new Fx.Scroll('scroller-wrapper', {
		wait: false,
		duration: 800,
		offset: {'x': 0, 'y': 0},
		transition: Fx.Transitions.Quad.easeInOut
	});
	
	scroll.toElement('one');
	
	$('l1').addEvent('mouseover', function(event) {
		event = new Event(event).stop();
		scroll.toElement('one');
		
		$('l1').setStyle('background', 'url(/Websites/seasonallivingokc/templates/seasonalliving/images/bg_feature_nav_over.gif) no-repeat 0 0');
		$('l1').setStyle('color', '#009de0');
		$('l2').setStyle('background', '');
		$('l3').setStyle('background', '');
		$('l4').setStyle('background', '');
		$('l5').setStyle('background', '');
		$('l2').setStyle('color', '#ffa11d');
		$('l3').setStyle('color', '#ffa11d');
		$('l4').setStyle('color', '#ffa11d');
		$('l5').setStyle('color', '#ffa11d');
	});
	
	$('l2').addEvent('mouseover', function(event) {
		event = new Event(event).stop();
		scroll.toElement('two');
		
		$('l1').setStyle('background', '');
		$('l2').setStyle('background', 'url(/Websites/seasonallivingokc/templates/seasonalliving/images/bg_feature_nav_over.gif) no-repeat 0 0');
		$('l2').setStyle('color', '#009de0');
		$('l3').setStyle('background', '');
		$('l4').setStyle('background', '');
		$('l5').setStyle('background', '');
		$('l1').setStyle('color', '#ffa11d');
		$('l3').setStyle('color', '#ffa11d');
		$('l4').setStyle('color', '#ffa11d');
		$('l5').setStyle('color', '#ffa11d');
	});
	
	$('l3').addEvent('mouseover', function(event) {
		event = new Event(event).stop();
		scroll.toElement('three');
		
		$('l1').setStyle('background', '');
		$('l2').setStyle('background', '');
		$('l3').setStyle('background', 'url(/Websites/seasonallivingokc/templates/seasonalliving/images/bg_feature_nav_over.gif) no-repeat 0 0');
		$('l3').setStyle('color', '#009de0');
		$('l4').setStyle('background', '');
		$('l5').setStyle('background', '');
		$('l1').setStyle('color', '#ffa11d');
		$('l2').setStyle('color', '#ffa11d');
		$('l4').setStyle('color', '#ffa11d');
		$('l5').setStyle('color', '#ffa11d');
	});
	
	$('l4').addEvent('mouseover', function(event) {
		event = new Event(event).stop();
		scroll.toElement('four');
		
		$('l1').setStyle('background', '');
		$('l2').setStyle('background', '');
		$('l3').setStyle('background', '');
		$('l4').setStyle('background', 'url(/Websites/seasonallivingokc/templates/seasonalliving/images/bg_feature_nav_over.gif) no-repeat 0 0');
		$('l4').setStyle('color', '#009de0');
		$('l5').setStyle('background', '');
		$('l1').setStyle('color', '#ffa11d');
		$('l2').setStyle('color', '#ffa11d');
		$('l3').setStyle('color', '#ffa11d');
		$('l5').setStyle('color', '#ffa11d');
	});
	
	$('l5').addEvent('mouseover', function(event) {
		event = new Event(event).stop();
		scroll.toElement('five');
		
		$('l1').setStyle('background', '');
		$('l2').setStyle('background', '');
		$('l3').setStyle('background', '');
		$('l4').setStyle('background', '');
		$('l5').setStyle('background', 'url(/Websites/seasonallivingokc/templates/seasonalliving/images/bg_feature_nav_over.gif) no-repeat 0 0');
		$('l5').setStyle('color', '#009de0');
		$('l1').setStyle('color', '#ffa11d');
		$('l2').setStyle('color', '#ffa11d');
		$('l3').setStyle('color', '#ffa11d');
		$('l4').setStyle('color', '#ffa11d');
	});
});
