$(function() {
    $('#gallery a').lightBox();
    
    $('#left_gallery_inner a').lightBox();
    
    $("#contact_form").validate();
    
    $('.slideshow').cycle({
      fx: 'fade'
    });
});