$(document).ready(function () {
	$("div.scrollable").scrollable();
	$('a.lightbox').lightBox({fixedNavigation:true});
});

