$(document).ready(function() {
    /*
    $('.slideshow').cycle({
        fx: 'fade',
        random: true
    });
        
    $('#menu li').css('cursor','pointer').hover(
        function(e) {
            $(this).addClass('hover');
            e.preventDefault();
            e.stopImmediatePropagation();
            return false;
        },
        function(e) {
            $(this).removeClass('hover');
            e.preventDefault();
            e.stopImmediatePropagation();
            return false;
        }
        ).click(function (e) {
        document.location = $(this).children('a').attr('href');
    });
    
    if(jQuery().colorbox) {
        $('a.galerie').colorbox({
            maxHeight: '100%',
            maxWidth: '100%'
        });
        
        
    }
    
    */
    $('.colorbox').colorbox({
            maxHeight: '100%',
            maxWidth: '100%'
        });
    
    
});
