$(document).ready(function(){
	$("#map_russia").mouseover(function(){
		$("#img_russia").show();
	});
	$("#map_russia").mouseout(function(){
		$("#img_russia").hide();
	});
	$("#map_russia").click(function(){
		$(".map_world_delivery div").hide();
		$("#russia").show();
	});	
	$("#map_mongolia").mouseover(function(){
		$("#img_mongolia").show();
	});
	$("#map_mongolia").mouseout(function(){
		$("#img_mongolia").hide();
	});
	$("#map_mongolia").click(function(){
		$(".map_world_delivery div").hide();
		$("#mongolia").show();
	});	
	$("#map_europa_occidentale").mouseover(function(){
		$("#img_europa_occidentale").show();
	});
	$("#map_europa_occidentale").mouseout(function(){
		$("#img_europa_occidentale").hide();
	});
	$("#map_europa_occidentale").click(function(){
		$(".map_world_delivery div").hide();
		$("#europa_occidentale").show();
	});	
	$("#map_europa_orientale").mouseover(function(){
		$("#img_europa_orientale").show();
	});
	$("#map_europa_orientale").mouseout(function(){
		$("#img_europa_orientale").hide();
	});
	$("#map_europa_orientale").click(function(){
		$(".map_world_delivery div").hide();
		$("#europa_orientale").show();
	});	
	$("#map_usa_costa_atlantica").mouseover(function(){
		$("#img_usa_costa_atlantica").show();
	});
	$("#map_usa_costa_atlantica").mouseout(function(){
		$("#img_usa_costa_atlantica").hide();
	});
	$("#map_usa_costa_atlantica").click(function(){
		$(".map_world_delivery div").hide();
		$("#nord_america_east_coast").show();
	});	
	$("#map_usa_costa_pacifica").mouseover(function(){
		$("#img_usa_costa_pacifica").show();
	});
	$("#map_usa_costa_pacifica").mouseout(function(){
		$("#img_usa_costa_pacifica").hide();
	});
	$("#map_usa_costa_pacifica").click(function(){
		$(".map_world_delivery div").hide();
		$("#nord_america_west_coast").show();
	});	
	$("#map_centro_america").mouseover(function(){
		$("#img_centro_america").show();
	});
	$("#map_centro_america").mouseout(function(){
		$("#img_centro_america").hide();
	});
	$("#map_centro_america").click(function(){
		$(".map_world_delivery div").hide();
		$("#centro_america").show();
	});
	$("#map_sud_america").mouseover(function(){
		$("#img_sud_america").show();
	});
	$("#map_sud_america").mouseout(function(){
		$("#img_sud_america").hide();
	});
	$("#map_sud_america").click(function(){
		$(".map_world_delivery div").hide();
		$("#sud_america").show();				
	});
	$("#map_medio_oriente").mouseover(function(){
		$("#img_medio_oriente").show();
	});
	$("#map_medio_oriente").mouseout(function(){
		$("#img_medio_oriente").hide();
	});
	$("#map_medio_oriente").click(function(){
		$(".map_world_delivery div").hide();
		$("#medio_oriente").show();
	});
	$("#map_estremo_oriente").mouseover(function(){
		$("#img_estremo_oriente").show();
	});
	$("#map_estremo_oriente").mouseout(function(){
		$("#img_estremo_oriente").hide();
	});
	$("#map_estremo_oriente").click(function(){
		$(".map_world_delivery div").hide();
		$("#estremo_oriente").show();
	});
	$("#map_nord_africa").mouseover(function(){
		$("#img_nord_africa").show();
	});
	$("#map_nord_africa").mouseout(function(){
		$("#img_nord_africa").hide();
	});
	$("#map_nord_africa").click(function(){
		$(".map_world_delivery div").hide();
		$("#nord_africa").show();
	});
	$("#map_centro_africa").mouseover(function(){
		$("#img_centro_africa").show();
	});
	$("#map_centro_africa").mouseout(function(){
		$("#img_centro_africa").hide();
	});
	$("#map_centro_africa").click(function(){
		$(".map_world_delivery div").hide();
		$("#centro_africa").show();
	});
	$("#map_sud_africa").mouseover(function(){
		$("#img_sud_africa").show();
	});
	$("#map_sud_africa").mouseout(function(){
		$("#img_sud_africa").hide();
	});
	$("#map_sud_africa").click(function(){
		$(".map_world_delivery div").hide();
		$("#sud_africa").show();
	});
	$("#map_oceania").mouseover(function(){
		$("#img_oceania").show();
	});
	$("#map_oceania").mouseout(function(){
		$("#img_oceania").hide();
	});
	$("#map_oceania").click(function(){
		$(".map_world_delivery div").hide();
		$("#oceania").show();
	});          
	$("#imagesSlider").jCarouselLite({ btnNext: "#imagesSliderNext", btnPrev: "#imagesSliderPrev", visible: 1 });
	var rollOverImagesBoxTimeOut;
	$('#rollOverImagesBox').animate({ top: '0px' }, 200);
	$('#rollOverImagesBox').animate({ top: '0px' }, 200);			
});  
