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('#slideshow').innerfade({
				animationtype: 'fade',
				speed: 3000,
				timeout: 6000,
				type: 'sequence',
				containerheight: '445px'
			});
			
			jQuery('#slideshow2').innerfade({
				animationtype: 'fade',
				speed: 3000,
				timeout: 6000,
				type: 'sequence',
				containerheight: '153px'
			});
			
			
		}

);
// End of jQuery no Conflict


