jQuery(document).ready(function(i){i(".diensten_items .item").hover(function(){var e=i(this).data("id");i(".dienst_item_images .image").stop(!0,!0).fadeOut(),i('.dienst_item_images .image[data-id="'+e+'"]').stop(!0,!0).fadeIn()},function(){i(".dienst_item_images .image:first-child").stop(!0,!0).fadeIn()})});