#slideshow ul {
  list-style-type: none;
 }
 
#slides div {
  display: none;
 }
 
#slidelist {
  position: absolute;
  margin-top: 20px;
  margin-left: -54px;
  display: block;
 }
 
#slidelist a, #slidelist a:hover {
  width: 20px;
  display: inline-block;
  background-color: black;
  text-decoration: none;
  text-align: center;
  margin-bottom: 2px;
  color: white;
  border: 0px;
 }
