$(document).ready(function(){
	
    		$(".box").hover(function(){
     		$(this).stop(false, true).addClass("active")}, function(){
  			$(this).stop(false, true).removeClass("active")
		});
		
  	});
	
	preloadImages([
		'images/border-act.gif', 
		'images/left-top-corner-act.gif', 
		'images/right-top-corner-act.gif', 
		'images/left-bot-corner-act.gif', 
		'images/right-bot-corner-act.gif']);