$(document).ready(function() {
    
    var $tabs = $('ul#view_switcher').tabs({ fx: { height: 'toggle', opacity: 'toggle', duration: 'fast' } });

    $('#galleryView').cycle({
        fx: 'scrollHorz',
        prev: '#galleryViewPrev',
        next: '#galleryViewNext',
        speed: "fast",
        timeout: 0
    });

});
