// JavaScript Document
$(document).ready(function(){
	
	$buildingup = false;
	
	$("#sliders>*").show();
			
	
	//Blurs all links when clicked
	$("img").mouseover(function(){
		$(this).blur();
	});
	
	$(this).delay(200,function(){
		
		//Show the elements	
		$(".prizme1").stop().animate({top:'350px'}, {queue:false, duration:500, easing: 'easeOutBounce'});
		$buildingup = true;	
		
    });
	
		$(this).delay(1000,function(){
		
		//Show the elements	
		$(".prizme2").stop().animate({top:'380px'}, {queue:false, duration:500, easing: 'easeOutBounce'});
		$buildingup = true;	
		
    });
		
		$(this).delay(700,function(){
		$(".prizme3").stop().animate({top:'370px'}, {queue:false, duration:500, easing: 'easeOutBounce'});
		$buildingup = true;	
		
    });	
		
		
		$(this).delay(200,function(){
		
		//Show the elements	
		$("#logo_intro").stop().animate({top:'70px'}, {queue:false, duration:500, easing: 'easeOutBounce'});
		$buildingup = true;	
		
    });
		
 
 		$(function() {
      
         $('#ca').hide();
         setTimeout(function() {
            $('#ca').fadeIn(200);
         },1500);    
      
      });   
		
		$(function() {
      
         $('#es').hide();
         setTimeout(function() {
            $('#es').fadeIn(200);
         },1700);    
      
      });   
		
		$(function() {
      
         $('#en').hide();
         setTimeout(function() {
            $('#en').fadeIn(200);
         },1900);    
      
      });   
		
		
});
