//    function fadeButton() {
//      jQuery("#butthemes").animate({opacity: "0.0"}, 1000)
//      jQuery("#butthemes").animate({opacity: "1.0"}, 2000)
//      jQuery("#butthemes").animate({opacity: "0.5"}, 10, fadeButton)
//      jQuery("#butthemes").animate({opacity: "0.7"}, 60)
//      jQuery("#butthemes").animate({opacity: "0.0"}, 2000, fadeButton)
//    }
	
//    function fadeButton() {
//      jQuery("#sliders .button").animate({ backgroundColor: "black" }, 1000);
//    }

    function fadeButton() {
      jQuery("#sliders .button").animate({backgroundColor: "#d40024"}, 2000)
      jQuery("#sliders .button").animate({backgroundColor: "#918f8f"}, 2000)
      jQuery("#sliders .button").animate({backgroundColor: "#918f8f"}, 100, fadeButton)
    }

