$(document).ready(function(){
	$('.box-1 td, .box-1 .box-content-footer p').css({"text-decoration": "none"});

	$('.box-1').hover(
  		function () {
   			$('.box-1 .box-content-header img').attr("src", "/images_2011/circuit-home/fwc/schedule-header-alternate.png");
			//$('.box-1 .box-content-row1').css("background", "url('/images_2011/circuit-home/fwc/schedule-content-background-alternate.png') no-repeat top left");
   			$('.box-1 .box-content-row1').addClass('box-content-row1-alternate').removeClass('box-content-row1');
			$('.box-1 .box-content-row1 p').css("color", "#000");
			


			$('.box-1 .box-content-footer').css("background", "url('/images_2011/circuit-home/fwc/schedule-footer-background-alternate.png') no-repeat top left");
			$('.box-1 .box-content-footer p').css({
				"color": "#7f0000",
				"font-weight": "bold"
			});

			$(this).css("cursor", "pointer");
  		},
  		function () {
    		$('.box-1 .box-content-header img').attr("src", "/images_2011/circuit-home/fwc/schedule-header.png");
			//$('.box-1 .box-content-row1').css("background", "url('/images_2011/circuit-home/fwc/schedule-content-background.png') no-repeat top left");
    		$('.box-1 .box-content-row1-alternate').addClass('box-content-row1').removeClass('box-content-row1-alternate');
   			$('.box-1 .box-content-footer').css("background", "url('/images_2011/circuit-home/fwc/schedule-footer-background.png') no-repeat top left");
			$('.box-1 .box-content-row1 p').css("color", "#FFF");

			$('.box-1 .box-content-footer p').css({
				"color": "#FFF",
				"font-weight": "normal"
			});
  		}
	);
	$('.box-2').hover(
  		function () {
   			$('.box-2 .box-content-header img').attr("src", "/images_2011/circuit-home/fwc/boat-giveaway-header-alternate.png");
			$('.box-2 .box-content-footer').css("background", "url('/images_2011/circuit-home/fwc/boat-giveaway-footer-background-alternate.png') no-repeat top left");
			$('.box-2 .box-content-footer p').css("color", "#7f0000");
			$('.box-2 .box-content-footer p').css("font-weight", "bold");
			$(this).css("cursor", "pointer");
  		},
  		function () {
    		$('.box-2 .box-content-header img').attr("src", "/images_2011/circuit-home/fwc/boat-giveaway-header.png");
			$('.box-2 .box-content-footer').css("background", "url('/images_2011/circuit-home/fwc/boat-giveaway-footer-background.png') no-repeat top left");
			$('.box-2 .box-content-footer p').css("color", "#FFF");
			$('.box-2 .box-content-footer p').css("font-weight", "normal");
  		}
	);
	$('.box-3').hover(
  		function () {
   			$('.box-3 .box-content-header img').attr("src", "/images_2011/circuit-home/fwc/steve-holy-header-alternate.png");
			$('.box-3 .box-content-footer').css("background", "url('/images_2011/circuit-home/fwc/joe-nichols-footer-background-alternate.png') no-repeat top left");
			$('.box-3 .box-content-footer p').css("color", "#7f0000");
			$('.box-3 .box-content-footer p').css("font-weight", "bold");
			$(this).css("cursor", "pointer");
  		},
  		function () {
    		$('.box-3 .box-content-header img').attr("src", "/images_2011/circuit-home/fwc/steve-holy-header.png");
			$('.box-3 .box-content-footer').css("background", "url('/images_2011/circuit-home/fwc/joe-nichols-footer-background.png') no-repeat top left");
			$('.box-3 .box-content-footer p').css("color", "#FFF");
			$('.box-3 .box-content-footer p').css("font-weight", "normal");
  		}
	);

	
});
