$(document).ready(function() {
      
      $("a#gallery").fancybox({
        'titleShow'    : 'false',
        'transitionIn'    : 'fade',
        'transitionOut'    : 'fade',
        'overlayShow'    : 'true',
        'overlayOpacity'  : '0.7',
        'overlayColor'    : '#000',
        'autoScale'      : 'true'
      });
  $('.slider1').bxSlider({
    auto: true,
    displaySlideQty: 2,
    moveSlideQty: 2,
    pager: false,
    controls: false,
    speed: 2500,
    pause:4000
  });
  });
