﻿$(document).ready(function() {

	// start slider
					
	$("#slide").easySlider({
		auto: true,
		continuous: true 
	});


	$("a").focus(function() {
		$(this).blur();
	});

	$("#gallery a,.lightbox").lightBox();
	
	
	
});



