﻿$(document).ready(function () {

    // Home Page Press Image Slideshow
    $('.pressImage').cycle({
        fx: 'fade',
        speed: 350, // Transition Speed
        timeout: 4000 // Time between transitions
    });


    Shadowbox.init({ players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'], overlayColor: 'rgb(255,255,255)', modal: true, overlayOpacity: 0.8 });

});
