﻿

$(document).ready(function()
{
	$("div.photo-gallery li a").fancybox();
	/*
	$("div.photo-gallery li a").colorbox(
	{
		iframe:true,
		width:710,
		height:580,
		opacity:.7
	});
	*/
	
	//Add image fading for main banner
	$("#branding ul").innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '222px'
	});

});

