$(document).ready(function() {
    $('#hero .slideshow').cycle({ 
    fx:    'fade', 
    speed:    2000, 
    timeout:  7000
	 });
	 $('#hero .headline').cycle({ 
    fx:     'scrollLeft', 
    speed:    2000, 
    timeout:  7000
	});
	 $('#property .slideshow').cycle({ 
    fx:    'fade', 
    speed:    2000, 
    timeout:  5000
	 });
});
