.page-resources .slideshow {
  width: 100%;
  float: left;
  height: 300px;
  margin: 65px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .page-resources .slideshow {
    height: 230px;
    margin: 25px 0 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-resources .slideshow {
    height: 270px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
  }
}

.page-resources .slideshow div {
  background-size: cover;
  height: 100%;
  width: 100%;
}

#image1 a div {
  background-position: -100px 0;
}
@media screen and (min-width: 768px) {
  #image1 a div {
    background-position: 0 0;
  }
}

#image3 a div {
  background-position: -150px 0;
}
@media screen and (min-width: 768px) {
  #image3 a div {
    background-position: 0 0;
  }
}

#image5 a div {
  background-position: -337px 0;
}
@media screen and (min-width: 768px) {
  #image5 a div {
    background-position: 0 0;
  }
}

#image6 a div {
  background-position: -337px 0;
}
@media screen and (min-width: 768px) {
  #image6 a div {
    background-position: 0 0;
  }
}

@media screen and (min-width: 768px) {
  .page-resources .slideshow .transparency {
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    z-index: 98;
  }
}

.page-resources .slideshow .buttons {
  padding: 0;
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: 100;
}
.page-resources .slideshow .buttons li {
  background: #d5eaff;
  border: 1px solid #9fc9eb;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.page-resources .slideshow .buttons li a {
  color: #036;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  height: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
}
.page-resources .slideshow .buttons li a:hover {
  color: #036;
}
.page-resources .slideshow .buttons li.active {
  background: #649ac7 none repeat scroll 0 0;
  border: 1px solid #036;
}
@media screen and (min-width: 768px) {
  .page-resources .slideshow .buttons {
    padding: 6px 10px;
    top: 0;
  }
  .page-resources .slideshow .buttons li {
    background: url("../images/show_button.png");
    background-repeat: no-repeat;
    border: none;
    display: inline;
    float: left;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 16px;
  }
  .page-resources .slideshow .buttons li a {
    color: #aaa;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  }
  .page-resources .slideshow .buttons li a:hover {
    color: #333;
  }
  .page-resources .slideshow .buttons li.active {
    background: url("../images/show_button.png");
    border: none;
  }
  .page-resources .slideshow .buttons #play_pause:before {
    color: #fff;
    margin-left: 0;
  }
}

.slides {
  list-style: none;
}

#top_glass {
  width: 100%;
}

#panel_switch {
  background-image: url("../images/hide.png");
  background-repeat: no-repeat;
  bottom: 1px;
  cursor: pointer;
  height: 6px;
  left: 3px;
  position: absolute;
  width: 32px;
  z-index: 101;
}

#bottom_glass {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 106;
}

p.topic_text {
  padding-top: 20px;
}

.transparency p.title {
  color: #fff;
  font: 18px Calibri, Arial, Verdana;
  padding-bottom: 5px;
  padding-left: 10px;
}