//<![CDATA[
$("div.prodBox img").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
//]]>

$("span.LKmb").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
	
//<![CDATA[
$('#s1').cycle('fade');

$("td div img.cycle").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
//]]>

$("span.vendeur").hover(
	function(){
		this.style.cursor = 'pointer';
		/*this.style.color = '#CC0099';*/
		},
	function(){
		this.style.cursor = 'default';
		/*this.style.color = '#9933CC';*/
		}
	);
$("span.bal").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
	
//<![CDATA[
$('#s2').cycle({
	fx:'scrollUp',
	timeout:7000,
	delay: -1000,
	pause: 1
});
//]]>

//<![CDATA[
$('#adec01').cycle({
	fx:'fade',
	timeout:21000
});

$("td.a_decouvrir img.image").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
//]]>

$(function() {
		$('#zoom_aide a').lightBox();
});
	
$(function() {
	$('#zoom a').lightBox();
});

//<![CDATA[
$(function() {
	$('#gallery a').lightBox();
});
//]]>

//<![CDATA[
$("div.simil_bkg div img").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
//]]>

//<![CDATA[
$("div.apercu_produit img.memoriser").hover(
	function(){
		this.style.cursor = 'pointer';
		this.src = "imgs_kbs/fr/memoriser_over.jpg";
		},
	function(){
		this.style.cursor = 'default';
		this.src="imgs_kbs/fr/memoriser.jpg";
		}
	);

$("div.apercu_produit td.apercu_produit_photo img.center").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
		
$("div.ic_print_fr").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);
		
	
$("div.ic_memorise_fr").hover(
	function(){
		this.style.cursor = 'pointer';
		},
	function(){
		this.style.cursor = 'default';
		}
	);	
