anylinkcssmenu.init("anchorclass");

$(document).ready(function() {
$('#slideshow').cycle({ 
    fx: 'fade',
	next:   '.next', 
    prev:   '.prev'
});



$('#slideshowsmall').cycle({ 
    fx: 'fade',
	next:   '.next', 
    prev:   '.prev'
});

$('.slideshow').cycle({ 
    fx: 'fade',
	next:   '.next', 
    prev:   '.prev'
});


$('#slideshow-container-rentalpage').cycle({ 
    fx: 'fade',
	next:   '.next', 
    prev:   '.prev'
});


$("#calendarbutton").colorbox({width:"700px;", height:"90%", iframe:true});
$(".mapbutton").colorbox({width:"90%;", height:"90%", iframe:true});
$(".reservation").colorbox({width:"700px;", height:"550px;", iframe:true});


});
