#slideshow * { 
  margin: 0; padding: 0; 
}

#slideshow {
  background: #394E2D;
  position: relative; 
  padding: 0px 0px 0px 0px;
  width: 580px;
  height: 330px;
  background: url('/images/slideshow/actions/background.jpg');
  background-repeat: no-repeat,
}

#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures {
  width: 560px;
  height: 280px;
  left: 10px;
  top: 40px;
  overflow: hidden;
  background: url('/images/slideshow/1.jpg');
  background-repeat: no-repeat,
}

#slideshow #pictures li { display: block; position: absolute; top: 0; width: 437px; }
#slideshow #pictures li img {
  display: block;
  position: relative;
  bottom: 0px;
  height: 280px;
  width: 560px
}

#slideshow a {
  display: block;
  clear: none;
  z-index: 200;
}

#slideshow a#play_pause {
  height: 18px;
  width: 12px;
  float: right;
  background-image: url('/images/slideshow/actions/pause.png');
  background-repeat: no-repeat;
  margin: 0px 0px 0px 10px;
}

#slideshow a#next {
  float: right;
  height: 18px;
  width: 19px;
  background-image: url('/images/slideshow/actions/next.png');
  background-repeat: no-repeat;
  margin: 0px 0px 0px 10px;
}

#slideshow a#preview {
  float: left;
  height: 18px;
  width: 19px;
  background-image: url('/images/slideshow/actions/previous.png');
  background-repeat: no-repeat;
  margin: 0px;
}

#slideshow div#header {
  padding-top: 10px;
  margin: 10px 10px 0px 10px;
}

div#slideshow h1 {
  font-size: 22px;
  float: left;
  display: inline;
  z-index: 10;
  border: 0px;
  text-decoration: none;
  font-weight: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #CA7908;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
}
