﻿/* Initiate all Jquery functions */

// Initiate Lightbox

$(function () {
    $('#lightbox_container a').lightBox();
});

// Initiate Cycle

/*$(document).ready(function () {
    $('.slideshow').cycle({
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
});*/
