$(document).ready(function(){
	$.fn.fancyzoom.defaultsOptions.imgDir='/js/jqueryfancyzoom/ressources/';
	//$(".fancyZoom").fancyzoom();
	if ($("a.fancyZoom").length>0) { 
		$("a.fancyZoom").fancyzoom({carousel:false});
	}  	

	
	
		$('.player').hide();
		$("a.youtubeZoom").each(function(){
			$(this).fancyzoom({youtube:true,youtube_width:425,youtube_height:355,carousel:false});
		});
		
	
	
	
});

