div.sc_menu_wrapper {
  position: relative;
  height: 460px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 150px;

  margin-top: 30px;
  overflow: auto;
}
div.sc_menu {
  padding: 15px 0;
}
.sc_menu a 
{
  display: block;
  margin-bottom: 5px;
  width: 153px;

  border: 2px rgb(79, 79, 79) solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;              

  /* When image support is turned off */
font-size: 11px;
font-family: "Century Gothic", "Avant Garde", sans-serif;    
	text-align: center;
  color: #000;
  background: #CCCCCC;
}
.sc_menu a:hover {
  border-color: rgb(130, 130, 130);
  border-style: dotted;
}
.sc_menu img {
  display: block;
  border: none;
}

.sc_menu_wrapper .loading {
  position: absolute;
  top: 50px;
  left: 5px;

  margin: 0 auto;
  padding: 10px;

  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;      

  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}
