function lightb()
{
	jQuery(function() {
	jQuery('#africalightb a').lightBox({fixedNavigation:true});
	});
}
function galleria()
{
	$('#photos').galleryView({
	panel_width: 800,
	panel_height: 300,
	frame_width: 100,
	frame_height: 100,
});
}
function selected()
{
	$('#countrytabs a').removeClass('selected');
}