$(document).ready(function(){
	alert("WTF");
    $("#music-bt").click(function () {
		$(".lsbox").hide();
    });
  });
