$(function() {
 
if ($(".galleryTabs")) {
$('.galleryTabs').tabs('.gallery > div', {
event: 'click',
effect: 'fade',
fadeInSpeed: 1000,
fadeOutSpeed: 1000,
rotate: true
}).slideshow({autoplay: true, interval: 5000});
}


});

jQuery.easing.quart = function (x, t, b, c, d) {
    return -c * ((t=t/d-1)*t*t*t - 1) + b;
};

