
$(document).ready(function() {
    $('.linklove').hide();
    
    $("#slider, #testi_slider").easySlider({
        controlsShow: false,
        continuous: true,
        speed: 1500,
        pause: 5000,
        auto: true
    });
    
    $("a#single_image").fancybox();
    
});

function formatTitle(title, currentArray, currentIndex, currentOpts) {
    return '<div id="tip7-title"><span><a href="javascript:;" onclick="$.fancybox.close();"><img src="/data/closelabel.gif" /></a></span>' + (title && title.length ? '<b>' + title + '</b>' : '' ) + 'Image ' + (currentIndex + 1) + ' of ' + currentArray.length + '</div>';
}
