$(function(){
	$('#showReel').innerfade(
	{
		speed: 1500,
		timeout: 4000,
		type: 'sequence',
		containerheight: '410px'
		});
		$("#contactMap").gMap(
	{
		markers: [{
		latitude: 57.2034099404318,
		longitude: -2.2916364669799805
		}],
		zoom: 17,
		maptype: G_HYBRID_MAP
	});
	$("#plotGallery ul li a, .lb").fancybox(
	{
		'overlayOpacity': 0.85,
		'overlayColor'	: '#160f0f'
	});
});
