// JavaScript Document

$(document).ready(function(){
	/*
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=1]").hover(function(){
		$(".maisOpcoesNoticiasDestaqueHome[ref=1]").show();
	});
	
	$(".maisOpcoesNoticiasDestaqueHome[ref=1]").hover(function(){}, function(){
		$(this).hide();
	});
	
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=1-2]").hover(function(){																		   
		
		$(".maisOpcoesNoticiasDestaqueHome[ref=1-2]").show();
	});
	*/
	
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=1-2]").hover(function(){
			$(".maisOpcoesNoticiasDestaqueHome[ref=1-2]").show();
			$(".textoCorMaisOpcoesNoticiasDestaqueHome[ref=1-2]").click(function(){
				$(".maisOpcoesNoticiasDestaqueHome[ref=1-2]").hide();
			});	
		}, function(){
					
	});
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=2-2]").hover(function(){
			$(".maisOpcoesNoticiasDestaqueHome[ref=2-2]").show();
			$(".textoCorMaisOpcoesNoticiasDestaqueHome[ref=2-2]").click(function(){
				$(".maisOpcoesNoticiasDestaqueHome[ref=2-2]").hide();
			});
		}, function(){
			
	});
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=3-2]").hover(function(){}, function(){
		$(".maisOpcoesNoticiasDestaqueHome[ref=3-2]").show();
		$(".textoCorMaisOpcoesNoticiasDestaqueHome[ref=3-2]").click(function(){
				$(".maisOpcoesNoticiasDestaqueHome[ref=3-2]").hide();
			});
		}, function(){
	});
	
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=4-2]").hover(function(){}, function(){
		$(".maisOpcoesNoticiasDestaqueHome[ref=4-2]").show();
		$(".textoCorMaisOpcoesNoticiasDestaqueHome[ref=4-2]").click(function(){
				$(".maisOpcoesNoticiasDestaqueHome[ref=4-2]").hide();
			});
		}, function(){
	});
	
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=5-2]").hover(function(){}, function(){
		$(".maisOpcoesNoticiasDestaqueHome[ref=5-2]").show();
		$(".textoCorMaisOpcoesNoticiasDestaqueHome[ref=5-2]").click(function(){
				$(".maisOpcoesNoticiasDestaqueHome[ref=5-2]").hide();
			});
		}, function(){
	});
	
	/*
	$("#sp2").hover(function(){
		$("#m2").show();
	});
	$("#sp3").hover(function(){																		   
		$("#m3").show();
	});
	$("#sp4").hover(function(){																		   
		$("#m4").show();
	});
	
	$("#sp5").hover(function(){																		   
		$("#m5").show();
	});
	
	
	
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=2-2]").hover(function(){																		   
		alert('opa');
		$(".maisOpcoesNoticiasDestaqueHome[ref=1-2]").show();
	});
	
	
	$(".maisOpcoesNoticiasDestaqueHome[ref=1-2]").hover(function(){}, function(){
		$(this).hide();
	});
	
	
	$(".textoCorDetalherUsuariosNoticiasDestaqueHome[ref=2]").hover(function(){
		$(".maisOpcoesNoticiasDestaqueHome[ref=2]").show();
	});
	
	$(".maisOpcoesNoticiasDestaqueHome[ref=2]").hover(function(){}, function(){
		$(this).hide();
	});
	
	
	$(".maisOpcoesNoticiasDestaqueHome[ref=2-2]").hover(function(){}, function(){
		$(this).hide();
	});
	*/
});
