$(document).ready(function() {
	$('#cadeau_top3').jcarousel();
	
	$('a[rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
});