'; return respuesta; }; jQuery(document).ready(function() { // hover(in,out) $(".box-2 a").hover(function(){ //$(this).find(".estat_hover").fadeIn(250); $(this).children("div.estat_hover").show(); //alert($(this).children("div.estat_hover").find("img").attr("src")); }, function() { //$(this).find(".estat_hover").fadeOut(250); jQuery(this).children("div.estat_hover").hide(); }); jQuery('#mycarousel').jcarousel({ wrap: 'circular', auto: 2, scroll: 1, itemFallbackDimension: 300, itemVisibleInCallback: {onBeforeAnimation: mycarousel_itemVisibleInCallback}, itemVisibleOutCallback: {onAfterAnimation: mycarousel_itemVisibleOutCallback} }); }); -->