jQuery(function(){

  jQuery('a.fancybox_decoy')
  .unbind('click')
  .fancybox({
    width          : 720,
    height         : 480,
    cyclic         : false,
    scrolling      : 'no',
    autoScale      : false,
    autoDimensions : true,
    transitionIn   : 'none',
    transitionOut  : 'none',
	overlayOpacity :  0.6,
    overlayColor   : '#000000',
    titleShow      : false
  });

});
