$(document).ready(function(){ 
	// Superfish
	//$("ul.sf-menu").superfish({animation: {height:'show'}});
	// Options for SuperBGImage
	//$.fn.superbgimage.options = {transition: 0};
	// initialize SuperBGImage
	//$('#thumbs').superbgimage().hide();
	// fancybox
	$(".Fancy").fancybox();
	$(".iFrameBox").fancybox({
		'width'				: 850,
		'height'			: 550,
		'type'				: 'iframe'
	});
	$("#vt").fancybox({
		'width'				: 850,
		'height'			: 550,
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});
});
