100ms
jQuery('#konverts2 a').hover(
*!*function(){setTimeout(function(){*/!*
jQuery(this).next().css('margin-left',parseInt(jQuery(this).attr('rel')*45)+'px');
jQuery(this).next().css('margin-top','15px');
jQuery(this).next().show('normal');
*!*}, 100)}*/!*,
function(){
jQuery(this).next().hide('normal');
}
);