/** **************************************************
 *  Slideshow
 */

.slideshow {
  position: relative;
  top: 0px;
  left: 0px;
  width: 600px; 
  height: 200px;
  overflow: hidden;
}

.slides_container {
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 600px;
  height: 200px;
}

.caption_pic1_line1  {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 30px;
  color: #200700;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 0 2px 2px rgba(255,255,255,0.5);
}

.caption_pic1_line2  {
  position: absolute;
  top: 70px;
  left: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.caption_pic1_line3  {
  position: absolute;
  top: 100px;
  left: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.caption_pic1_line4  {
  position: absolute;
  top: 130px;
  left: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.caption_pic1_line5  {
  position: absolute;
  top: 160px;
  left: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.caption_pic2_line1  {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 30px;
  color: #200700; 
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.caption_pic2_line2  {
  position: absolute;
  top: 50px;
  left: 20px;
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.caption_pic2_line3  {
  position: absolute;
  top: 160px;
  left: 0;
  margin: 0 20px;
  padding: 0 20px;
  height: 30px;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

