$(document).ready(function() {
	//alert($("#s1"));
	$(".fancy").fancybox({
		'padding'			: 0,
		'autoScale'			: false,
		'width'				: 640,
		'height'			: 480,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'swf'			: {
			'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});
	
});

