$(this).find('.center-middle').css({'position': 'absolute','top': ($(this).height()/2 - $(this).find('.center-middle').height()/2)+'px', 'left': ($(this).width()/2 - $(this).find('.center-middle').width()/2)+'px'}); $(this).find('.center-middle').css({'position': 'absolute','top': ($(this).height()/2 - $(this).find('.center-middle').height()/2)+'px', 'left': ($(this).width()/2 - $(this).find('.center-middle').width()/2)+'px'}); $(this).find('.boxhover').css({'display':'none','visibility':'visible'}).fadeIn(); }); $('div.box').live('mouseleave',function(){ $(this).find('.boxhover').fadeOut(); }); $('.header .readmore').click(function(){ if($(this).hasClass("up")){ $(this).removeClass("up"); $('.header-more').slideUp(); } else{ $(this).addClass("up"); $('.header-more').slideDown(); } }); });