$('#book').hover(function() {
            $(this).stop().animate({ marginTop: '-125',	height: '280'}, 299);
        }, function() {
            $(this).stop().animate({marginTop: '0',	height: '25'}, 300);
});
$('#book2').hover(function() {
            $(this).stop().animate({ marginTop: '-135',	height: '290'}, 299);
        }, function() {
            $(this).stop().animate({marginTop: '0',	height: '25'}, 300);
});
$('#book3').hover(function() {
            $(this).stop().animate({ marginTop: '-100',	height: '250'}, 299);
        }, function() {
            $(this).stop().animate({marginTop: '0',	height: '25'}, 300);
});
$('#book4').hover(function() {
            $(this).stop().animate({ marginTop: '-112',	height: '225'}, 299);
        }, function() {
            $(this).stop().animate({marginTop: '0',	height: '25'}, 300);
});



