/* for thumbs */

#thumbs {
  position: absolute;
  left: 18px;
  width: 102px;
}
#thumbs img {}
#thumbs a {
  display: block;
  margin: 15px 0 15px;
  border: 1px solid black;
}
#thumbs a:hover { border: 1px solid #fff; }
