$(document).ready(function(){
        screenshotPreview();//active les tooltip lien avec preview
        screenshotPreview2();//active les tooltip lien avec preview
});

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

function ajout_panier()
{
	$('#ajout_panier_tmp').show();
	$('#ajout').submit()
}

/*********** panier *******************/	
	$(function() {
		
		$("#div_ajout_panier").dialog({
			bgiframe: true,
			autoOpen: false,
			height: 540,
			width:630,
			modal: true,
			closeOnEscape: true
			});
	});