
.Slideshow_Wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.Slideshow_Wrapper .Title {
  font-size: 18px;
  margin-bottom: 15px;
}

.Slideshow_Wrapper .Photo {
  display: block;
  float: left;
  width: 170px;
  cursor: pointer;
}

.Slideshow_Wrapper .Photo img {
  padding: 5px;
  background-color: #fff;
}

.Slideshow_Overview_Wrapper {
  display: block;
  float: left;
  width: 170px;
  margin-top: 20px;
  background-color: #fff!important;
  border: 0px solid #333;
}

.Slideshow_Overview_Wrapper .Title {
  display: block;
  float: left;
  width: 99%!important;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
  background-color: #fff!important;
  border: 0px solid #333!important;
}

.Slideshow_Overview_Wrapper .Photo {
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
}

.Slideshow_Overview_Wrapper .Photo img {
  padding: 0px;
  background-color: #fff;
}



  