$(function() {
    $('a[rel*=fancybox]').fancybox();
    $('ul.slideshow').slideshow();
    $('#scrollbar').scrollbar();
});


