div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 100%;
  width: 610px;
  /* Add scroll-bars */
  overflow: auto;
/*  border: 1px solid black;*/
overflow:hidden;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 4000px;

  /* Remove default margin */
  list-style: none;
  margin:0px 0px 0px -33px;
}
.sc_menu li {
  display: inline;
  float: left;
  margin-top:10px;
}

.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #000000;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #000000;
}
