/* Unchanged */
/* Microfiche - With Associates */
ul.slides {
  list-style-type: none;
}

.slideshow {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: black;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  height: 604px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 15px; }

.slideshow .slides {
  height: 604px;
  left: 50%;
  margin-left: -511px;
  position: absolute;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: transform;
  transition-timing-function: linear;
  width: 1024px;
  position: relative; }

.slideshow .slides.sway-right {
  transform: translate3d(-50px, 0px, 0px);
}

.slideshow .slides.sway-left {
  transform: translate3d(50px, 0px, 0px);
}

.slideshow .slides li {
  float: left;
  height: 604px;
  position: relative;
  width: 1024px;
}

.slideshow .slides li .texture-overlay {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/pattern-texture.png");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: repeat;
  background-size: auto auto;
  bottom: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: linear;
  z-index: 11;
}

.slideshow .slides li.current .texture-overlay {
  opacity: 0;
}

.slideshow .microfiche-screen {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.slideshow .microfiche-button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/arrows_microfiche.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: -moz-use-text-color;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: none;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: 0;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: -moz-use-text-color;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: none;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: 0;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: 0;
  cursor: pointer;
  display: block;
  height: 155px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  position: absolute;
  text-indent: -999px;
  top: 214px;
  width: 44px;
  z-index: 30;
  border: none; }

.slideshow .microfiche-prev-button {
  background-position: left center;
  left: 0;
  top: 190px;
  left: 0px;
  position: absolute;
  margin: 0;
}

.slideshow .microfiche-next-button {
  background-position: right center;
  right: 0px;
  top: 190px;
  margin: 0;
}

a.screeningtime.generic:link,
a.screeningtime.generic:visited {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase; }

/* image slider */

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
