$(document).ready(function(){	

$("a[rel=example_group]").fancybox({
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'titlePosition' 	: 'over',
	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	                               return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		                  }
});

$("#link_to_affiliate").fancybox({
	'width'				: '75%',
	'height'			: '75%',
    'autoScale'     	: false,
    'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe'
});



$('.boat_new').fancybox({
	'width'				: 850,
	'height': 600,
    'autoScale'     	: false,
    'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'autoDimensions': false
	});


$("#link_scelti").fancybox({
	'width'				: 850,
    'autoScale'     	: false,
    'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'autoDimensions': false
});

$(".detail").fancybox({
	'width'				: 850,
	'height': 455,
    'autoScale'     	: false,
    'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'autoDimensions': false
});

$(".send_voucher").fancybox({
	'width'				: 850,
	'height'			: 455,
    'autoScale'     	: false,
    'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'autoDimensions': false
});

});	
