﻿// JavaScript Document

	$().ready(function() {

		$('.slideshow').cycle({
			fx: 'fade',
			timeout: 3000
		});

		$('a.lightbox').lightBox();

	});

