(function ($) {
		
	$(document).ready(function() {

		// Add scrollfollow to talk to us box
	$('div.box5').scrollFollow({
		speed: 500,
		container: 'rightwrap',
		relativeTo: 'top',
		offset: 0,
		});

	$("a[title]:not(.simple-dialog)").tooltip({ position: "center right", offset: [0,10]});

	}); 
	
})(jQuery);;

