$(document).ready(function() {

	/* Locations Photos crossfading */
		$('ul#rotate-photos').innerfade({ speed: 'slow', timeout: 8000, type: 'sequence', containerheight: '300px' });
	/* End Locations Photos crossfading */
	
	
});