    $(document).ready(function() {

		//GRADUAÇÃO
        $('#tr1').mouseover(function(event) {
            $('#teste1').stop().animate({ bottom: 60, width:132, height:34, opacity: 1}, {duration: 200});
			$('#grover1').stop().animate({ width:67, height:34 }, {duration: 200});
			$('#grover2').stop().animate({ width:65, height:34 }, {duration: 200});
			$('#cover1').stop().animate({ width:132, height: 64}, {duration:200});
			$('#ref1').stop().animate({ width:132 }, {duration:200});
			$(this).stop().animate({ bottom:5 }, {duration:200});
			$('#container').stop().animate({ top:5 }, {duration:200});
		});
		$('#tr1').mouseout(function(event) {
			$('#teste1').stop().animate({ bottom: 0, width:120, height:29, opacity: 0}, {duration: 200});
			$('#grover1').stop().animate({ width:58, height:29 }, {duration: 200});
			$('#grover2').stop().animate({ width:56, height:29 }, {duration: 200});
			$('#cover1').stop().animate({ width:120, height:58}, {duration: 200});
			$('#ref1').stop().animate({ width:120 }, {duration:200});
			$(this).stop().animate({ bottom:0 }, {duration:200});
			$('#container').stop().animate({ top:0 }, {duration:200});
        });
		//FIM DA GRADUAÇÃO

		//PÓS-GRADUAÇÃO
        $('#tr2').mouseover(function(event) {
            $('#teste2').stop().animate({ bottom: 60, width:132, height:34, opacity: 1}, {duration: 200});
			$('#pgrover1').stop().animate({ width:67, height:34 }, {duration: 200});
			$('#pgrover2').stop().animate({ width:65, height:34 }, {duration: 200});
			$('#cover2').stop().animate({ width:132, height: 64}, {duration:200});
			$('#ref2').stop().animate({ width:132 }, {duration:200});
			$(this).stop().animate({ bottom:5 }, {duration:200});
			$('#container2').stop().animate({ top:5 }, {duration:200});
		});
		$('#tr2').mouseout(function(event) {
			$('#teste2').stop().animate({ bottom: 0, width:120, height:29, opacity: 0}, {duration: 200});
			$('#pgrover1').stop().animate({ width:58, height:29 }, {duration: 200});
			$('#pgrover2').stop().animate({ width:56, height:29 }, {duration: 200});
			$('#cover2').stop().animate({ width:120, height:58}, {duration: 200});
			$('#ref2').stop().animate({ width:120 }, {duration:200});
			$(this).stop().animate({ bottom:0 }, {duration:200});
			$('#container2').stop().animate({ top:0 }, {duration:200});
        });
		//FIM DA PÓS-GRADUAÇÃO
		
		//SOBRE
        $('#tr3').mouseover(function(event) {
            $('#cover3').stop().animate({ width:132, height: 64}, {duration:200});
			$('#ref3').stop().animate({ width:132 }, {duration:200});
		});
		$('#tr3').mouseout(function(event) {
			$('#cover3').stop().animate({ width:120, height:58}, {duration: 200});
			$('#ref3').stop().animate({ width:120 }, {duration:200});
        });
		//FIM DO SOBRE
		
		//EJA
        $('#tr4').mouseover(function(event) {
            $('#cover4').stop().animate({ width:132, height: 64}, {duration:200});
			$('#ref4').stop().animate({ width:132 }, {duration:200});
		});
		$('#tr4').mouseout(function(event) {
			$('#cover4').stop().animate({ width:120, height:58}, {duration: 200});
			$('#ref4').stop().animate({ width:120 }, {duration:200});
        });
		//FIM DO EJA
		
		//CURSOS PROFISSIONALIZANTES
        $('#tr5').mouseover(function(event) {
            $('#cover5').stop().animate({ width:132, height: 64}, {duration:200});
			$('#ref5').stop().animate({ width:132 }, {duration:200});
		});
		$('#tr5').mouseout(function(event) {
			$('#cover5').stop().animate({ width:120, height:58}, {duration: 200});
			$('#ref5').stop().animate({ width:120 }, {duration:200});
        });
		//FIM DOS CURSOS PROFISSIONALIZANTES
		
		//SISTEMA DE ENSINO
        $('#tr6').mouseover(function(event) {
            $('#cover6').stop().animate({ width:132, height: 64}, {duration:200});
			$('#ref6').stop().animate({ width:132 }, {duration:200});
		});
		$('#tr6').mouseout(function(event) {
			$('#cover6').stop().animate({ width:120, height:58}, {duration: 200});
			$('#ref6').stop().animate({ width:120 }, {duration:200});
        });
		//FIM DO SISTEMA DE ENSINO
		
		//EDITORA IBPEX
        $('#tr7').mouseover(function(event) {
            $('#cover7').stop().animate({ width:132, height: 64}, {duration:200});
			$('#ref7').stop().animate({ width:132 }, {duration:200});
		});
		$('#tr7').mouseout(function(event) {
			$('#cover7').stop().animate({ width:120, height:58}, {duration: 200});
			$('#ref7').stop().animate({ width:120 }, {duration:200});
        });
		//FIM DA EDITORA IBPEX
			
    });
