
$(function() {
	$('#gallery a').lightBox();
	$('a.lightbox').lightBox(); 

	$("#highlights").easySlider({
		auto: true,
		speed: 700,
		pause: 5000,
		continuous: true,
		numeric: true,
		numericId: 'controls'
	});
});

