
$(document).ready(function () {
	$(".scrollable").scrollable();
	$(".caption img[title]").tooltip({ position: "bottom center", offset: [-30, 0]});
	$(".items a").tooltip({ position: "bottom center", offset: [-40, 4], tipClass: 'slidertool'});
    $(".bel-mij a[rel]").overlay();
});

