  $(function() {
  $('#picture-container').cycle({ 
    fx:     'scrollHorz', 
    slideExpr: '.picture', 
    prev:   '#gsprev', 
    next:   '#gsnext', 
    timeout: 0 
  });
  $('#news-container').cycle({ 
    fx:     'scrollHorz',
    slideExpr: '.newsblock', 
    prev:   '#nsprev span', 
    next:   '#nsnext span', 
    timeout: 0 
  });
  $('#references li.closed span').click( function() {
    $(this).parent().find('ul').slideToggle();
    $(this).parent().toggleClass('closed');
  });
	$(document).ready( function() {
	  $('#layout').append('<div id="header-fade" style="display: block; overflow: hidden;"></div>');
        $('#header-fade').append('<div class="fade" style="background: #000000 url(\'http://www.deimos.cz/static/css/type-4/theme/1.jpg\') 0 0 no-repeat;"></div>');
              $('#header-fade').append('<div class="fade" style="background: #000000 url(\'http://www.deimos.cz/static/css/type-4/theme/2.jpg\') 0 0 no-repeat;"></div>');
              $('#header-fade').append('<div class="fade" style="background: #000000 url(\'http://www.deimos.cz/static/css/type-4/theme/3.jpg\') 0 0 no-repeat;"></div>');
              $('#header-fade').append('<div class="fade" style="background: #000000 url(\'http://www.deimos.cz/static/css/type-4/theme/4.jpg\') 0 0 no-repeat;"></div>');
              $('#header-fade').append('<div class="fade" style="background: #000000 url(\'http://www.deimos.cz/static/css/type-4/theme/5.jpg\') 0 0 no-repeat;"></div>');
              $('#header-fade').append('<div class="fade" style="background: #000000 url(\'http://www.deimos.cz/static/css/type-4/theme/6.jpg\') 0 0 no-repeat;"></div>');
              $('#header-fade').append('<div class="fade" style="background: #000000 url(\'http://www.deimos.cz/static/css/type-4/theme/7.jpg\') 0 0 no-repeat;"></div>');
          $('#header-fade').cycle({
      fx:   'fade',
      slideExpr: '.fade',
      timeout: 5000
    });
    $('#header').css('background-image','');
    if ( $.browser.msie ) {
      if( $.browser.version == '7.0' ) {
        $('#banner').css('zoom','1');
        $('#banner').css('top','133px');
        $('.project-filter').css('zoom','1');
        $('.project-filter').css('top','133px');
      }
    }
  });
	$('body').removeClass('js_off').addClass('js_on');
	$('.lightbox a, a.lightbox').lightBox({fixedNavigation:true});
});

