document.write(' ' +
'<div id="gallery">' +
    '<a href="/foto/CSH_-_Balcony_2_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Beach_4_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Pool_area_1_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Sun_bed_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Sup_room_Duplex_sitting_area_1_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Sup_room_Duplex_sitting_area_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Sup_room_Duplex_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Sup_room_family_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Sup_room_sitting_area_w800.jpg" title=""></a>' +
    '<a href="/foto/CSH_-_Sup_room_TV_w800.jpg" title=""></a>' +
    '<a href="/foto/img_0003_w800.jpg" title=""></a>' +
    '<a href="/foto/img_0005_w800.jpg" title=""></a>' +
    '<a href="/foto/outbistroandview.jpg" title=""></a>' +
    '<a href="/foto/img_0033_w800.jpg" title=""></a>' +
    '<a href="/foto/img_0044_w800.jpg" title=""></a>' +
    '<a href="/foto/img_0084_w800.jpg" title=""></a>' +
    '<a href="/foto/img_0089_w800.jpg" title=""></a>' +
    '<a href="/foto/img_0098_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2500_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2508_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2510_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2522_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2558_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2566_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2584_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2591_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2615_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2673_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2685_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2690_w800.jpg" title=""></a>' +
    '<a href="/foto/img_2714_w800.jpg" title=""></a>' +
    '<a href="/foto/img_3920_w800.jpg" title=""></a>' +
    '<a href="/foto/img_3937_w800.jpg" title=""></a>' +
    '<a href="/foto/Mahek_Restaurant_1_w800.jpg" title=""></a>' +
    '<a href="/foto/Pool_area_5_w800.jpg" title=""></a>' +
    '<a href="/foto/Snooker_area_w800.jpg" title=""></a>' +
    '<a href="/foto/Souvenier_shop_w800.jpg" title=""></a>' +
    '<a href="/foto/excursion/tour_of_mahe_island1.jpg" title=""></a>' +
    '<a href="/foto/excursion/tour_of_mahe_island2.jpg" title=""></a>' +
    '<a href="/foto/excursion/tour_of_mahe_island3.jpg" title=""></a>' +
    '<a href="/foto/excursion/full_day_glass_bottom_boat1.jpg" title=""></a>' +
    '<a href="/foto/excursion/full_day_glass_bottom_boat2.jpg" title=""></a>' +
    '<a href="/foto/excursion/full_day_glass_bottom_boat3.jpg" title=""></a>' +
    '<a href="/foto/excursion/cruise_in_the_ste1.jpg" title=""></a>' +
    '<a href="/foto/excursion/praslin_la_digue_combo1.jpg" title=""></a>' +
    '<a href="/foto/excursion/praslin_la_digue_combo2.jpg" title=""></a>' +
    '<a href="/foto/excursion/praslin_la_digue_combo3.jpg" title=""></a>' +
    '<a href="/foto/excursion/praslin_la_digue_combo4.jpg" title=""></a>' +
'</div>' +
' ');


$('img[class*=hotelimg]:first').mouseover(function(){
	$(this).next().fadeIn(300, function(){});
	if ($.browser.msie) { 
		$(this).next().css('display','block');
	}
})

$('img[class*=hotelimg]:last').mouseout(function(){
	$(this).fadeOut('slow');
})

$(function() {
    $('#gallery a').lightBox();
});

