$(document).ready(function() {
    $('#scroll').jScrollPane({
        showArrows:true,
        scrollbarWidth:10,
        scrollbarMargin:5
    });
});

jQuery(function($) {
	$("a[rel=overlay]").slimbox({}, null, function(el) {
		return (this == el) || (this.parentNode && (this.parentNode == el.parentNode));
	});
});
