$(document).ready(function(){
  $('#frontpage-slideshow').cycle({
      fx:      'fade',
      speed:    1500,
      timeout:  5000
  });
	
	if($.jCookie('palazzo_banner') == null){
    $.jCookie('palazzo_banner', true, { path: '/', expires: null });
    $("#start-link").fancybox({
        'width': 600,
        'height': 400,
        'padding' : 0,
        'autoScale': false,
        'transitionIn': 'fade',
        'transitionOut': 'fade',
        'type': 'iframe',
        'hideOnContentClick' : false,
    }).trigger('click');
  }
});
