

/* Set container properties and size */
.container{
  margin: left;
  width: 777;
  height: 615px;
  border: none;
  position: relative;
  padding-left: 10px;  
}

#slides {
  display: none; /* Prevent the slideshow from flashing on load */
}