/* ---------------------------------------------------------------------
*
*For Map
*
* ------------------------------------------------------------------- */

$(document).ready(
		function(){

			$('#portfolio').innerfade({
				animationtype: 'fade', 
						speed: 'slow',
						timeout: 4000,
						type: 'random_start',
				containerheight: '400px'
			});
			
			$('.fade').innerfade({
				speed: 'slow',
				timeout: 1000,
				type: 'random_start',
				containerheight: '0'
			});
		}
	);