$(function(){
	/*$('#productbrowser ul li').height('105%');
	
	$('#productbrowser ul li').bind('mouseenter',function(){
		$(this).height('100%');										  
	});
	
	$('#productbrowser ul li').bind('mouseleave',function(){
		$(this).height('105%');										  
	});*/
	
	//$('#jCarousel li').height('105%');
	$('#jCarousel li').bind('mouseenter',function(){
		$('img', this).animate({height : '120px'}, 200);
		$('.product_label', this).animate({'top' : '-10px'}, 200);
	});
	
	$('#jCarousel li').bind('mouseleave',function(){
		$('img', this).animate({height : '110px'}, 200);
		$('.product_label', this).animate({'top' : '0'}, 200);
	});
	
	
	$("#jCarousel").jCarouselLite({
		visible: 6,
		auto: 2000,
		speed: 1000,
		mouseWheel: true,
		pauseOnHover: true
	});
	$('.product_label a').css('font-size','12px');
	
	$('img[src$=.png]').ifixpng();
	$("#liste_boutiques_fancy").fancybox({
		'width': '55%',
		'height': '40%',
        'autoScale': false,
        'transitionIn': 'none',
		'transitionOut': 'none',
		'titleShow': false,
		'type': 'iframe'
	});
	
	$("#limage").css('display','none');
});
