$(function() {
  $('#gallery a').lightBox();
});

$(function() {
  $('#contact a').lightBox();
});

jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
}) 
