jQuery.noConflict();
// jQuery noConflict is important as the buying/renting switcher is reliant on Prototype and script.aculo.us

jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slides').innerfade({
				animationtype: 'fade',
				speed: 2000, //Fade out or slide speed
				timeout: 4000, //Image rotation speed
				type: 'sequence',
				containerheight: '400px'
			});
		}
);
// End of Slideshow function
