$(document).ready(function() {
    $("a#hiddenclicker").fancybox({
                'width'                      :  415,
                'height'                     :  250,
                'speedIn'		:	500,
                'speedOut'		:	200,
                'overlayColor'      :'#000',
                'overlayOpacity' : 0.5
        });
});
