$(document).ready(function() {
        $("a[@rel=lightbox]").lightBox({
                imageLoading: 'images/lightbox-ico-loading.gif',
                imageBtnClose: 'images/lightbox-btn-close.gif',
                imageBtnPrev: 'images/lightbox-btn-prev.gif',
                imageBtnNext: 'images/lightbox-btn-next.gif'
        });
        $("#pane1").jScrollPane({
                showArrows:true, 
                scrollbarWidth:15,
                arrowSize:10 
        });
        $("a").Tooltip({
                track: true,
                delay:0,
                showBody: " - ",
                extraClass: "fancy"        ,
                showURL: false
                });
})
