body{
  margin:  0px;
}

#wrapper{
  box-shadow:0px 0px 0px 1px black inset;
}
#theArt {
    left: 94px;
    top: 71px;
}
.arrowClick{
  position: absolute;
  cursor: pointer;
  background-color: blue;
  opacity: 0;
}
.acTop{
  width: 120px;
  height: 30px;
  left: -3px;
}
.acSide{
  width: 30px;
  height: 110px;
  top: -1px;
}
#arrowLclick{
  left: -58px;
}
#arrowRclick{
  left: 140px;
}
#arrowTclick{
  top: -32px;
}
#arrowBclick{
  top: 111px;
}
