#slideshow-wrapper {
  max-width: 100%; 
  height: auto;
  margin: 0 0 10px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
} 

.pointer{
  margin-top: 15px;
}
#slideshow {
  max-width: 100%; 
  height: auto;
  overflow: hidden;
  white-space: nowrap;
}


#slideshow img {
  display: 0inline-block;
  width: 100%;
  height: 100%;
}

.circle {
  margin-right: 15px;
  display: inline-block;
  background-color: lightgrey;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
