$(document).ready(function() {
	
// initialize scrollable with mousewheel support
	$(".scrollable").scrollable({ vertical: true, mousewheel: false });	
	
	
	/*Fancy Box Settings*/
	 $('a[rel*=facybox]').facybox()



});

