$(document).ready(function(){
			$('.linkr').mouseover(function() {
  $(this).animate({
    backgroundColor: "#e6e6e6",
	color: "#3b3b3b"
  }, 1000 );
});

		$('.linkr').mouseout(function() {
  $(this).animate({
    backgroundColor: "#472e0f",
	color: "#fff"
  }, 500 );
});

$('.primrose').mouseover(function() {
  $(this).animate({
    backgroundColor: "#8e8d89"
  }, 500 );
});



$('#abaja1').mouseover(function() {
  $(this).parent().animate({
    backgroundColor: "#384d82"
  }, 500 );
});

$('#abaja2').mouseover(function() {
  $(this).parent().animate({
    backgroundColor: "#49adac"
  }, 500 );
});

$('#abaja3').mouseover(function() {
  $(this).parent().animate({
    backgroundColor: "#1f80a4"
  }, 500 );
});

$('#abaja1').mouseout(function() {
  $(this).parent().animate({
    backgroundColor: "#311c02"
  }, 500 );
});

$('#abaja2').mouseout(function() {
  $(this).parent().animate({
    backgroundColor: "#311c02"
  }, 500 );
});

$('#abaja3').parent().mouseout(function() {
  $(this).animate({
    backgroundColor: "#311c02"
  }, 500 );
});

$('#prim').mouseout(function() {
  $(this).animate({
    backgroundColor: "#fca805"
  }, 500 );
});

$('#prim2').mouseout(function() {
  $(this).animate({
    backgroundColor: "#00aeef"
  }, 500 );
});

$('#prim3').mouseout(function() {
  $(this).animate({
    backgroundColor: "#ec098d"
  }, 500 );
});

$('#prim4').mouseout(function() {
  $(this).animate({
    backgroundColor: "#eacd08"
  }, 500 );
}); 

$("#mapadesitio").hide(); 
$("#mapsitr").click(function () {
$("#mapadesitio").slideToggle('normal');
}); 

$("#mapsito").click(function () {
$("#mapadesitio").slideToggle('normal');
}); 

	$('.min-sec').mouseover(function() {
  $(this).parent().animate({
    backgroundColor: "#ec008c"
  }, 400 );
  
   $(this).animate({
	marginTop: -99
  }, 300 );
  
});

		$('.min-sec').mouseout(function() {
  $(this).parent().animate({
    backgroundColor: "#fff"
	  }, 400 );
 $(this).animate({
	marginTop: -7
  }, 300 );
	  
	  });
	  
		$('.aliad li').mouseover(function() {
  $(this).animate({
    opacity: 0.5
  }, 500 );
});	  

	$('.aliad li').mouseout(function() {
  $(this).animate({
    opacity: 1
  }, 500 );
});	 

		$('#vermasie').mouseover(function() {
  $(this).animate({
    backgroundColor: "#6b6b6b"
  }, 500 );
});	  

	$('#vermasie').mouseout(function() {
  $(this).animate({
     backgroundColor: "#00aeef"
  }, 500 ); });	
  
  



/*lalala*/


/*lalalalalala*/
			});
		
$(document).ready(function() {
 $('.in-splash-slideshow').cycle({fx:'scrollHorz', timeout:3000, speed:500, cleartypeNoBg: true, next: '.in-splash-next', prev:'.in-splash-prev',pauseOnPagerHover: true, pause:   1});
 
 });
