$(document).ready(function() {
    $('.slideshow').cycle({fx: 'fade' });
	$("a[rel='roomsphotos']").colorbox({
		title: 'false'
	});
	$(".phototourlink").colorbox({innerWidth:600, innerHeight:750, iframe:true});
	$(".checkInFullDate" ).datepicker();
	$('.roomphotosimages').cycle({ 
    fx:     'scrollHorz', 
    prev:   '#prev', 
    next:   '#next', 
    timeout: 0,
	after:  function() {
		$('#photostext').html($(this).attr('title'));
		}
	});
});
