
$(function() {
    $('a.lightbox').lightBox({
        imageLoading:  templateURL + '/images/lightbox-ico-loading.gif',
        imageBtnClose: templateURL + '/images/lightbox-btn-close.gif',
        imageBtnPrev:  templateURL + '/images/lightbox-btn-prev.gif',
        imageBtnNext:  templateURL + '/images/lightbox-btn-next.gif',
        containerResizeSpeed: 350
    });
});


$(document).ready(function(){
   
    if ($(".accordion")) { $(".accordion").accordion({ navigation: true, autoHeight: false, collapsible: true, active: -1 }); }
    if ($(".tabs")) { $(".tabs").tabs(); }
    
    $(".specoffer").CreateBubblePopup({
        innerHtml: '<h3 style="color: red;">АКЦИЯ!!</h3>',
        themeName: 'yellow',
        themePath: '/templates/tk/css/jquerybubblepopup-theme',
        closingDelay: 200,
        position: 'top',
        align: 'center'
    });
});

