﻿$(document).ready(function() 
{
	//Header fade slideshow
	$('ul#fader').innerfade({
		speed: 2000,
		timeout: 5000,
		type: 'random_start',
		containerheight: '254px'
	});

	//Testimonial slider
	$('#testRotator').jshowoff({ 
		links: false, 
		effect: 'slideLeft', 
		controls: false, 
		speed: 6500, 
		changeSpeed:2000,
		animatePause:true,
		hoverPause:false
	});
		
	//Photo enlargement
	$('a.lightbox').lightBox();
});
