$(document).ready(function(){
	$('#foto').cycle({
		fx: 'fade',
		speed: 1550,
		timeout: 2850
		/*speed:       500, 
    	timeout:     0, 
    	pager:      '#nav', 
    	pagerEvent: 'click'*/
	});
});
		
	
		$(document).ready(function(){
	$('#galer').cycle({
		fx:     'fade', 
   		speed:  1550, 
        timeout: 0, 
        next:   '#next2', 
        prev:   '#prev2',
        after: onAfter  
        /*timeout: 5000
		speed:       500, 
    	timeout:     0, 
    	pager:      '#navi', 
    	pagerEvent: 'click'*/
	});
});


$(document).ready(function(){
	$('#fotok').cycle({
		fx: 'fade',
		speed: 1550,
		timeout: 6850
		/*speed:       500, 
    	timeout:     0, 
    	pager:      '#nav', 
    	pagerEvent: 'click'*/
	});
});


		
function onAfter(curr,next,opts) {
	var caption = (opts.currSlide + 1) + ' / ' + opts.slideCount;
	$('#caption').html(caption);
}
		
		
	
  $(document).ready(function(){
    
    $("a.foto").click(function () {
      $("a.anim").toggle("normal");
    });    

  });
  
  $(document).ready(function(){
    
    $("a.realizace").click(function () {
      $("a.anim2").toggle("normal");
    });    

  });
  
  $(document).ready(function(){
    
    $("a.klienti").click(function () {
      $("a.anim3").toggle("normal");
    });    

  });