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

