jQuery(document).ready(function() {

$(".blok").mouseover(function(EV){


//alert(EV.children()removeClass("skry"));

  
});

});

