jQuery(document).ready(function() {
jQuery('.vid_bottom').hover(function(){jQuery(this).find('.box_hover').animate({height: "214px"},250);},function(){jQuery(this).find('.box_hover').animate({height: "55px"},250);});
});