$(function() {
	$(".scrollable").scrollable();
	$("#tomap,#toimage,.toimage").fancybox({
		'frameWidth': 600,
		'frameHeight': 400
	});
});
