   $(document).ready(function(){$("a.fb").fancybox({
   'type'           : 'image',
   'transitionIn'   : 'fade',
   'transitionOut'  : 'fade',
   'speedIn'        : 500, 
   'speedOut'       : 300,
   'titleShow'	    : true,
   'titlePosition'  : 'inside',							
   'overlayOpacity' : 0.6, 
   'overlayColor'   : '#000'                            
});});

