		  $(function() {	
			  $('#logo').fadeIn(2500);
			  $('nav').fadeIn(3000);
			  $('#news').fadeIn(4000);
			  $('#idioma').animate({
				  height: '+=17'
				  },1500				  
				);				
			  $('#courtin').animate({ 
					height: '+=455'
				 }, 
					2000,
					function(){
						$('footer').fadeIn(1000);
					}
				);
		  });
			  $(function() {			   
					$('#landscape').crossSlide({					   
					  fade: 3,
					  shuffle:'true',
					  sleep: 6
						}, 
						[
						  { src: 'landscapes/lnd001.jpg' },
						  { src: 'landscapes/lnd002.jpg' },
						  { src: 'landscapes/lnd003.jpg' },
						  { src: 'landscapes/lnd004.jpg' },
						  { src: 'landscapes/lnd005.jpg' }
						]
					).fadeIn(3000)				  
				  });		 
			  
$(document).ready(function(){
		
   $(".iframe").colorbox({iframe:true, width:"550", height:"390"});	
   $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});   
   $(".screen").fadeTo("slow", 0.7); // This sets the opacity of the thumbs to fade down to 30% when the page loads
   $(".screen").hover(function(){
	   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
		   },
		   function(){
			   $(this).fadeTo("slow", 0.7); // This should set the opacity back to 30% on mouseout
			});
 });	
