$(document).ready(function() {
  $("div.warning").fadeIn(2000).animate({opacity: 1.0}, 3000).fadeOut(1000, function() { $(this).remove(); } ); 
	$("#secondary_nav").fadeIn(400);
  $("#tertiary_nav").fadeIn(600);
  $('#content_photo').fadeIn(600);
  $('#slideshow_txt').cycle({speed:1000});
  $('#slideshow').cycle({speed:1000});
  $('#property_ss').cycle({speed:3000});

//	$("#stage_content_wide").fadeIn(900).animate({opacity: 1.0}, 2);
// { fx: 'scrollHorz', timeout:  2000, autostop: 1, end: function() { alert('The slideshow has ended.'); } }  

  $('#toggle').click(function(){
   $('div.showhide').slideToggle();
  });
  
  $("#acc1").accordion({
    alwaysOpen: false,
    autoheight: false,
    header: 'a.acc1',
    clearStyle: true
  });

});


