
/* example-3 photographs */
#example-3 .carouseljs {
  background: #000000;
}
#example-3 ul {

}
#example-3 li {
  width: 540px;
  height: 610px;
  margin-top: 25px;
  line-height: 1.5em;
  text-align: center;
  font-size: 1.25em;
  color: #FFFFFF !important;
}
#example-3 li img {
  display: block;
  margin-bottom: 4px;
}
#example-3 li a {
  font-size: 1.25em;
  color: #FFFFFF !important;
  text-decoration: underline;
}
#example-3 .carouseljs .cjs-left,
#example-3 .carouseljs .cjs-right {
  cursor: pointer;
  width: 35px;
  height: 100%;
}
#example-3 .carouseljs .cjs-left {
  background: url('../sprites/example3/left.gif') no-repeat #000000 center 295px;
}
#example-3 .carouseljs .cjs-right {
  background: url('../sprites/example3/right.gif') no-repeat #000000 center 295px;
}
