$(document).ready(function(){  


$('#tabs').tabs({ fx: {   
                        opacity: 'toggle',
                        duration: 'slow'   } });;

   
$(document).pngFix(); 

 

$(".taby p").hide();
$(".taby p:eq(0)").fadeIn("slow");


 $("a.welcome").click(function(event){
   event.preventDefault();$(".taby p").hide();$(".taby p:eq(0)").fadeIn("slow");
 });
 
 

 $("a.accomodation").click(function(event){
   event.preventDefault();$(".taby p").hide();$(".taby p:eq(1)").fadeIn("slow");
 });



 $("a.why").click(function(event){
   event.preventDefault();$(".taby p").hide();$(".taby p:eq(2)").fadeIn("slow");
 });
 
 
 $("a.reviews").click(function(event){
   event.preventDefault();$(".taby p").hide();$(".taby p:eq(3)").fadeIn("slow");
 });

 
   


}); 
   
   
   



