
$(document).ready(function() {

  $('.property_slideshow').innerfade({  
  		speed: 750,
  		timeout: 5000,
		containerheight: '180px'

  	});
});