(function($) { 
	$(document).ready( function(){
		var host = "http://laserdentaire.ca/";
		$("a.myfancybox").fancybox({
			"padding": 0,
			"speedIn": 300,
			"speedOut": 300,
			"changeSpeed": 300,
			"transitionIn": "elastic",
			"transitionOut": "elastic",
			"titlePosition": "over",
			"titleShow": false,
			"easingIn": "swing",
			"easingOut": "swing",
			"showCloseButton": true,
			"showNavArrows": true,
			"enableEscapeButton": true,
			"overlayShow": true,
			"overlayOpacity": 0.4,
			"overlayColor": "#666",
			"centerOnScroll": false,
			"hideOnContentClick": false,
			"width":560,
			"height":340,
			"onComplete"		 :	function() {
										$("#fancybox-wrap").hover(function() {
											$("#fancybox-title").show();
										}, function() {
											$("#fancybox-title").hide();
										});
									},  "titleFormat": function(title, currentArray, currentIndex, currentOpts) { return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' de ' + currentArray.length + (title.length ? ' : &nbsp; ' + title : '') + '</span>';}
		});
		$("#leftAdClick").click(function (){
			location.href = host+"fr/technologies-de-pointe/le-laser/";
		});
		$("#adsClick").click(function (){
			location.href = host+"fr/technologies-de-pointe/le-laser/";
		});
	});
})(jQuery);
