jQuery(function() {jQuery.fn.superbgimage.options = {vertical_center: 1};
jQuery('#thumbs').superbgimage().hide();
jQuery('.header').hover(function(){jQuery('img.top', this).stop().fadeTo(400,0);},function(){jQuery('img.top', this).stop().fadeTo(500,1);});
jQuery('.header.captionfull').hover(function(){jQuery('.cover', this).stop().animate({top:'40px'},{queue:false,duration:160});},function() {jQuery('.cover', this).stop().animate({top:'129px'},{queue:false,duration:160});});});

