$(document).ready(function() {
	$('.lightbox a').lightBox();
	
	$('#home-intro').easySlider({
		auto: true,
		speed: 1200,
		pause: 8500,
		continuous: true,
		controlsShow: false
	});
});
