$(window).load(function () {
/*  $('.no_use').hover(
        function() { $('#controls').fadeIn(); },
        function() { $('#controls').fadeOut(); }
  );*/
  $('.fohir_doboz').css('background-color', 'transparent');
  $('#fohirek').cycle({
        cleartype:1,
        fx:'fade',
        speed:400,
        timeout:6000,
        pause:1,
        next:'#next',
        prev:'#prev'
  });
});