$(function() {
    
    var $slideMe = $("#tooltip")
          /*.css({ position : 'absolute' , top : 30, left : -38, 'width' : '150', 'height' : '30', 'background-image' : 'url(images/buttons/tooltip.png)', 'background-position' : '0', 'padding' : '21px 0 0 0', 'text-align' : 'center', 'color' : 'black', 'text-decoration' : 'none' })
          .text("Scroll Mouth Guards")
          .show()*/
    
    $(".scroll-slider").slider()
        .find(".ui-slider-handle")
        .append($slideMe)
		/*$(".ui-slider-handle").hover(function()
            { $("#tooltip").hide()}, 
             function()
            { $slideMe.show() 
        })*/
		return false;
        
  });
