div.sc_menu {
  font: 1.00em "Century Gothic", Trebuchet, "Trebuchet MS", "Lucida Grande", Tahoma, Arial, sans-serif;
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 438px; /* 145px; */
  width: 150px; /* 500px; */
  /* Add scroll-bars */
  overflow: auto;
  margin-left:-15px;
}
ul.sc_menu {
  display: block;
  height: 1500px; /* 110px; */
  /* Max width here, for users without Javascript */
  width: 110px; /* 1500px; */
  padding: 0px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  /*float: left;*/
  padding: 0 0;/*4px;*/
  margin-bottom:5px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.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: #fff;
}



.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  /*font-size: 12px;*/
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
