$(document).ready(function() {

	$(".videoBtn a").fancybox({
		'frameWidth': 640,
		'frameHeight': 360
		});
	
});

