$(document).ready(function(){
	
	$('#interiorQuoteText').cycle({ 
		fx: 'fade',
		delay: 3000, // Control the amount of time in between transitions
		speedIn: 550,
		speedOut: 550,
		pause: true	
	});
});
