$(document).ready(function() {

  $("td.imagelisttd a").fancybox({
    'hideOnContentClick': true,
    'centerOnScroll': true,
    'overlayOpacity': 0.7,
    'overlayColor': '#000',
    'titleShow': false
  });

  $("a#video1link").fancybox({
    'hideOnContentClick': true,
    'centerOnScroll': true,
    'overlayOpacity': 0.7,
    'overlayColor': '#000',
    'scrolling': 'no',
    'width': 480,
    'height': 340
  });

  $("a#video2link").fancybox({
    'hideOnContentClick': true,
    'centerOnScroll': true,
    'overlayOpacity': 0.7,
    'overlayColor': '#000',
    'scrolling': 'no',
    'width': 480,
    'height': 272
  });

  $("a#video3link").fancybox({
    'hideOnContentClick': true,
    'centerOnScroll': true,
    'overlayOpacity': 0.7,
    'overlayColor': '#000',
    'scrolling': 'no',
    'width': 480,
    'height': 478
  });

  $("a#brochure").fancybox({
    'hideOnContentClick': false,
    'centerOnScroll': true,
    'overlayOpacity': 0.7,
    'overlayColor': '#000',
    'scrolling': 'no',
    'width': 915,
    'height': 700
  });

});
