$(document).ready(function() { 
		
	// Fancybox
		$(".Fancy").fancybox();
		$(".iFrameBox").fancybox({
			'width': 800,
			'height': 470,
			'type': 'iframe'
		});
	
	//The custom Scrollbar
	$('#content').jScrollPane({showArrows:true});
});
