$(document).ready(function() {

	// Page, Home, Slide
	$('#slider-code').tinycarousel({ dispay:2 });
	
	
	$.fn.maphilight.defaults = {
	fill: true,
	fillColor: '333333',
	fillOpacity: 0.2,
	stroke: false,
	strokeColor: 'ff0000',
	strokeOpacity: 1,
	strokeWidth: 1,
	fade: true,
	alwaysOn: false,
	neverOn: false,
	groupBy: false
	}

$('#christophe-marquilly-img').maphilight();
	

});
