/* CSS Document */


div.sc_menu_wrapper {
  position: relative;
  height: 1000px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 110px;
  margin-top: 30px;
  overflow: auto;
  left : 20px;
 
}
div.sc_menu {
  padding: 10px 0;
}

.sc_menu a {
  display: block;
  margin-bottom: 5px;
  width: 70px;             

  /* When image support is turned off */
  color: #3d3d3d;
}

.sc_menu a:hover {
  border-color: #FFCCCC;
  border-style: ridge;
  border-width: thin;
 
}
.sc_menu img {
  display: block;
  border: none;
}

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

  margin: 0 auto;
  padding: 5px;

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

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