$(document).ready(function()
{
	$('.slideshow').cycle({fx:'fade',speed:2000,timeout:5000,prev:'.prev',next:'.next'});
	
	$('a[rel="external"]').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });
	
	$('a.thumb').click(function()
	{
		pic_id=$(this).attr('rel');
		$('div.slideshow_internal img').attr('src','/albumpics/'+pic_id+'.jpg');
	},function(){});
	
	$('a.lang').click(function()
	{
		alert('Coming soon!');
		return false;
	},function(){});
	
	
	$('img.next').hover(function()
	{
		$(this).attr('src','/images/buttons/bt_arrowright_mouseover.png');
	},function()
	{
		$(this).attr('src','/images/buttons/bt_arrowright.png');
	});
	
	$('img.prev').hover(function()
	{
		$(this).attr('src','/images/buttons/bt_arrowleft_mouseover.png');
	},function()
	{
		$(this).attr('src','/images/buttons/bt_arrowleft.png');
	});
		
});



pic1= new Image(); 
pic1.src="/images/buttons/bt_home_activeNO.gif"; 
pic2= new Image(); 
pic2.src="/images/buttons/bt_bungalows_activeNO.gif";
pic3= new Image(); 
pic3.src="/images/buttons/bt_diving_activeNO.gif";
pic4= new Image(); 
pic4.src="/images/buttons/bt_packages_activeNO.gif";
pic5= new Image(); 
pic5.src="/images/buttons/bt_aboutcuracao_activeNO.gif";
pic6= new Image(); 
pic6.src="/images/buttons/bt_bookonline_activeNO.gif";
pic7= new Image(); 
pic7.src="/images/buttons/bt_news_activeNO.gif";
pic8= new Image(); 
pic8.src="/images/buttons/bt_contact_activeNO.gif";


pic11= new Image(); 
pic11.src="/images/buttons/bt_home_active.gif"; 
pic12= new Image(); 
pic12.src="/images/buttons/bt_bungalows_active.gif";
pic13= new Image(); 
pic13.src="/images/buttons/bt_diving_active.gif";
pic14= new Image(); 
pic14.src="/images/buttons/bt_packages_active.gif";
pic15= new Image(); 
pic15.src="/images/buttons/bt_aboutcuracao_active.gif";
pic16= new Image(); 
pic16.src="/images/buttons/bt_bookonline_active.gif";
pic17= new Image(); 
pic17.src="/images/buttons/bt_news_activeNO.gif";
pic18= new Image(); 
pic18.src="/images/buttons/bt_contact_active.gif";

pic21= new Image(); 
pic21.src="/images/buttons/bt_home_mouseover.gif"; 
pic22= new Image(); 
pic22.src="/images/buttons/bt_bungalows_mouseover.gif";
pic23= new Image(); 
pic23.src="/images/buttons/bt_diving_mouseover.gif";
pic24= new Image(); 
pic24.src="/images/buttons/bt_packages_mouseover.gif";
pic25= new Image(); 
pic25.src="/images/buttons/bt_aboutcuracao_mouseover.gif";
pic26= new Image(); 
pic26.src="/images/buttons/bt_bookonline_mouseover.gif";
pic27= new Image(); 
pic27.src="/images/buttons/bt_news_mouseover.gif";
pic28= new Image(); 
pic28.src="/images/buttons/bt_contact_mouseover.gif";
pic29= new Image(); 
pic29.src="/images/buttons/bt_moreaboutcur_mouseover.gif";

pic32= new Image(); 
pic32.src="/images/buttons/bt_moreaboutcur_activeNO.gif";

pic30= new Image(); 
pic30.src="/images/buttons/bt_arrowleft_mouseover.png.gif";

pic31= new Image(); 
pic31.src="/images/buttons/bt_arrowright_mouseover.png.gif";

///deutsch preload

pic333= new Image();
pic333.src="/images/buttons/bt_diving_de_activeNO.gif";
pic334= new Image(); 
pic334.src="/images/buttons/bt_packages_de_activeNO.gif";
pic335= new Image(); 
pic335.src="/images/buttons/bt_aboutcuracao_de_activeNO.gif";
pic336= new Image(); 
pic336.src="/images/buttons/bt_bookonline_de_activeNO.gif";
pic338= new Image(); 
pic338.src="/images/buttons/bt_contact_activeNO.gif";


pic3313= new Image(); 
pic3313.src="/images/buttons/bt_diving_de_active.gif";
pic3314= new Image(); 
pic3314.src="/images/buttons/bt_packages_de_active.gif";
pic3315= new Image(); 
pic3315.src="/images/buttons/bt_aboutcuracao_de_active.gif";
pic3316= new Image(); 
pic3316.src="/images/buttons/bt_bookonline_de_active.gif";
pic3317= new Image(); 
pic3317.src="/images/buttons/bt_news_de_activeNO.gif";
pic3318= new Image(); 
pic3318.src="/images/buttons/bt_contact_de_active.gif";

pic3323= new Image(); 
pic3323.src="/images/buttons/bt_diving_de_mouseover.gif";
pic3324= new Image(); 
pic3324.src="/images/buttons/bt_packages_de_mouseover.gif";
pic3325= new Image(); 
pic3325.src="/images/buttons/bt_aboutcuracao_de_mouseover.gif";
pic3326= new Image(); 
pic3326.src="/images/buttons/bt_bookonline_de_mouseover.gif";
pic3328= new Image(); 
pic3328.src="/images/buttons/bt_contact_de_mouseover.gif";
pic3329= new Image(); 
pic3329.src="/images/buttons/bt_moreaboutcur_de_mouseover.gif";






