// this gets called after the default document.ready
$(document).ready(function(){
    $("iframe.view-pane").css({
        zIndex: 100
    });

    $("div.scrollable").scrollable({circular: true, size: 1, clickable: false}).navigator({navi:'ul.tabs'});	

    if (document.images) {
        pic1= new Image(49,48);
        pic1.src="/i/tpl/arrow-left_hover.png";

        pic2= new Image(49,48);
        pic2.src="/i/tpl/arrow-right_hover.png";
    }

});

