//
$(document).ready(function() {
//					
$("#manual2").click(function() {
$.fancybox([
// image 1
{
// 'href'	: '<iframe width="853" height="480" src="http://www.youtube.com/embed/eYLNNCwF7uE?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe>',
'href'	: 'http://www.youtube.com/embed/AIxC2IrnzGA',
'title'	: 'Titre 1',
},
//
], {
'padding'			: 0,
'transitionIn'		: 'none',
'transitionOut'		: 'none',
'type'              : 'iframe',
'changeFade'        : 0,
'titleShow'	        : true,
'titlePosition'	    : 'outside',
'overlayShow'	    : true,
'overlayOpacity'	: 0.8,	
'overlayColor'		: '#1e1e1e'
});
});
});
//
