jQuery(document).ready(function() {
$(".youtubevideo").fancybox({
		'width'				: 500,
		'height'			: 400,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
});
});
