$(document).ready(function(){
    $("a.videopopup").fancybox({
    	'width' : 1000,
    	'height' : 650,
    	'transitionIn' : 'none',
    	'transitionOut' : 'none',
    	'type' : 'iframe',
	'scrolling' : 'no',
	'padding' : 0,
	'autoScale' : false,
	'centerOnScroll' : true,			
	'title'	: this.title
    });

});
