$(document).ready(function(){$("#pageflip").hover(function(){$("#pageflip img , .msg_block").stop().animate({width:'400px',height:'308px'},500)},function(){$("#pageflip img").stop().animate({width:'70px',height:'52px'},220);$(".msg_block").stop().animate({width:'70px',height:'52px'},200)})});
