/* This stylesheet is used to style the public view of the widget. */
.photo-carousel{
}
.photo-carousel-images{
  padding:0;
  margin:0;
}
.photo-carousel-images .cycle-slide{
  width:100%;
}
.photo-carousel-control{
  position:absolute;
  z-index:110;
  background-color:rgba(0,0,0,0.5);
  height:100%;
  padding-left:20px;
  padding-right:20px;
}
.photo-carousel-control a{
  color:#fff;
  top:45%;
  position:absolute;
  font-size:24px;
}
.photo-carousel-control span{
  display:none;
}
.photo-carousel-left-control{
  top:0;
  border-right:solid 2px #fff;
}
.photo-carousel-left-control a{
  left:7px;
}
.photo-carousel-right-control{
  right:0;
  top:0;
  border-left:solid 2px #fff;
}
.photo-carousel-right-control a{
  right:7px;
}
.photo-carousel-caption{
  padding-top:15px;
  position:relative;
}
.photo-carousel-caption-link{
  position:absolute;
  right:0;
}
@media(max-width:768px){
  .photo-carousel-caption-link{
    position:static;
    width:100%;
    display:block;
    clear:both;
  }
}
.photo-carousel-caption-link a{
  color:#000;
  font-weight:bold;
}