// JavaScript Document

$(document).ready(function(){	
	$("#slider").easySlider({
		controlsShow: false,
		auto: true, 
		continuous: true,
		pause: 6000,
		speed: 1600
	});
	
	$('#slider a').lightBox(); // Select all links in object with gallery ID
	
	$("#contactForm").validate();

});
