//--------------------------


//--------------------------------------------	
$(document).ready(function(){
 
 
 //slidebox
 $(".slideBox").hover(function(){
	$(this).find("img").stop().animate({
		top:-330
	}, 500);
}, function(){
	$(this).find("img").stop().animate({
		top:0
	}, 500);
});
 //end slidebox
 
    
   
       
     });
     
//-----------------------------------------------     