$(document).ready(function(){
    $("#video_text").mouseover(function(){
	    $("#box-left1").fadeOut("slow"),
	    $("#box-left3").fadeOut("slow");
	    $("#box-left4").fadeOut("slow");
	    $("#box-left5").fadeOut("slow");
	    $("#box-left2").fadeIn("slow");
 		});
});

$(document).ready(function(){
   $("#design_text").mouseover(function(){
	    $("#box-left1").fadeOut("slow"),
	    $("#box-left2").fadeOut("slow"),
	    $("#box-left4").fadeOut("slow"),
	    $("#box-left5").fadeOut("slow"),
	    $("#box-left3").fadeIn("slow");
 		});

});

$(document).ready(function(){
   $("#interactive_text").mouseover(function(){
	    $("#box-left1").fadeOut("slow"),
	    $("#box-left3").fadeOut("slow"),
	    $("#box-left2").fadeOut("slow"),
	    $("#box-left5").fadeOut("slow"),
	    $("#box-left4").fadeIn("slow");
 		});
});

$(document).ready(function(){
    $("#web_text").mouseover(function(){
	    $("#box-left1").fadeOut("slow"),
	    $("#box-left3").fadeOut("slow"),
	    $("#box-left4").fadeOut("slow"),
	    $("#box-left2").fadeOut("slow"),
	    $("#box-left5").fadeIn("slow");
 		});
});

	
	
	
