$(document).ready(function() { $("a.group").fancybox({ prevEffect : 'none', nextEffect : 'none', helpers : { title : { type: 'outside' }, thumbs : { width : 50, height : 50 } } }); var w = $(window).width(); //$('.m-title, .m-title2').animate({'top':h-90+'px'}); //$('.list').animate({'bottom': 100+'px'}); var right = w-290; $('.right, #loader').css({'width':right+'px'}); $('.overlay').on('click', function(){ $('.m-title,.m-title2').css({'opacity':'1'}); $(this).parent().children('.list').prev().css({'opacity':'0.5'}); $('.list').fadeOut(); $(this).parent().children('.list').fadeIn(); return false; }); $(window).load(function () { $('.m-title, .m-title2').fadeOut(1).fadeIn(1); }); });