/* ====== Styles common to all media ====== */

/* HTML elements */

h1 {
  color: #4b0082;
  font-size: 15pt;
  margin-top: 0;
  margin-bottom: 5px;
}

.slidetitle {
  text-align: center;
}
.slidearrowleft {
  text-align: center;
  width: 20px;
  vertical-align: bottom;
  height: 175px;
}
.slidearrowright {
  text-align: center;
  width: 20px;
  vertical-align: bottom;
  height: 175px;
}
.slidesize {
  text-align: center;
  width: 20px;
  height: 180px;
  vertical-align: middle;
}
.slidemin {
  height: 180px;
}
.slideimage {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.slidecaption {
  text-align: center;
  height: 30pt;
}

#slidectrl {
  text-align: center;
  width: 100%;
}
#slidectrlcurrent {
  border: 1px solid #8b0000;
}
.slidectrlthumb {
  width: 195px;
  height: 105px;
}

#slidethumb {
  text-align: center;
  width: 100%;
}
.slidethumbimage {
  border-top: 1px solid #8b0000;
  border-left: 1px solid #8b0000;
  border-right: 1px solid #8b0000;
  margin-bottom: 0;
  padding-bottom: 0;
}
.slidethumbcaption {
  border-left: 1px solid #8b0000;
  border-right: 1px solid #8b0000;
  border-bottom: 1px solid #8b0000;
  margin-top: 0;
  padding-top: 0;
}

#bannerhead {
  display: none;
}

#crumbs {
  display: none;
}
#sidepanel {
  display: none;
}