$(window).ready(function() {
  $('#flash').cycle({
    timeout:3000,
    speed:3000,
    random:true
  });
  $('.news-content').hide();
  $('#news .news-content:first').show();
  $('#slider').nivoSlider({
        effect:'boxRainReverse',
        slices:15,
        controlNav:true,
        prevText: 'Poprzednie', // Prev directionNav text
        nextText: 'Następne', // Next directionNav text
        pauseOnHover:true
  });
  $('.thickbox').lightBox();
  $('.flash_message').dialog({
    modal: true,
    buttons: {
				Ok: function() {
					$( this ).dialog( "close" );
				}
			}
  });
                 
});
