
$(document).ready(function(){$('.jcarousel-next').wrap('<div class="flecheS" />');$('.jcarousel-prev').wrap('<div class="flecheP" />');var cpt=0;$('.flecheS').click(function(){if(cpt==0){cpt=1;$(this).children("div").click();}else{cpt=0;return false;}});$('.flecheP').click(function(){if(cpt==0){cpt=1;$(this).children("div").click();}
else{cpt=0;return false;}});$('.flecheS').mouseenter(function(){$(this).children("div").css("background-position","-9px 0px");});$('.flecheP').mouseenter(function(){$(this).children("div").css("background-position","0px -38px");});$('.flecheS').mouseleave(function(){$(this).children("div").css("background-position","");});$('.flecheP').mouseleave(function(){$(this).children("div").css("background-position","-9px -38px");});});