#slot-library ul ul {
  background: #c5f0f4;
  border-left: 1px dashed #617175;
  border-right: 1px dashed #617175;
  display: none;
  padding: 0;
  position: absolute;
  right: -190px;
  top: 0;
  width: 210px;
}
#slot-library ul ul a {
  border-color: #617175;
  color: #000;
  display: block;
  padding: 6px;
}
#slot-library ul ul a:after {
  display: none;
}
#slot-library ul ul a:hover {
  background: #fff;
}
#slot-library li {
  position: relative;
}
