$(document).ready(function() {
 $(".scrollable").scrollable().find("a").tooltip({
	tip: '#tooltip'
 }).overlay({
	target: '#gallery',
	expose: '#111',
	closeOnClick: true
}).gallery({
	disabledClass: 'inactive'
});
});
