$(document).ready(function() {

	$("div.se-box").hover(
	  function () {
	    document.body.style.cursor='pointer'
	 	},
	  function () {
	    document.body.style.cursor='auto'
	 	}
	);

	$("div#morocco-box").click(function () {
		window.location = 'http://www.neo-morocco-property.com';
	});

	$("div#turks-and-caicos-box").click(function () {
		window.location = 'http://www.neolimited.com/turks-and-caicos';
	});

	$("div#tunisia-box").click(function () {
		window.location = 'http://www.neolimited.com/tunisia';
	});

	$("div#egypt-box").click(function () {
		window.location = 'http://www.neolimited.com/egypt';
	});

});
