	$(document).ready(function() {


		// initialize scrollable
		$(".scrollable").scrollable();
		// Fancybox
		$(".fancybox").fancybox({
			helpers		: { 
				title	: {type : 'inside'}
			}
		});

	});
