@charset "utf-8";
/* CSS Document */

#slideshow {
  margin: 0 auto;
  position: relative;
  display: block;
  height: 800px;
}

#slideshow .slide {
  display: none;
}

#slideshow img {
  display: block;
  overflow: hidden;
  max-width: 94%;
}


.ui-effects-wrapper {
  position: absolute !important;
  top: 0 !important;
  margin-top: 0px !important;
  max-height: 760px;
}
