﻿		$(document).ready(function()
		{
			$("#content ul.photo-gallery li a").fancybox();
	
			//Add image fading for main banner
			$("#banners").innerfade({
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '273px'
			});
		});

