/* This stylesheet is used to style the public view of the widget. */
/* wou-red = #db0a29; */
/* wou-gre = #84888b; */
.testimonial-slider {
    float: left;
    overflow: hidden;
    width: 300px;
}
/*.testimonial-slider.mobile {
  width: 100%;
}*/
.testimonial-slider.mobile {
    
}
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
a.fancybox-iframe {
    display: inline-block;
    width: auto;
    height: auto;
}
.testimonial-slider .wrapper {
    width: 9999px;
    position: relative;
}
.testimonial-slider .testimonial {
    display: inline-block;
    position: relative;
    width: 300px;
}
.testimonial-slider.mobile .testimonial {
  
}
.testimonial-slider .button-left{
    background-image: url("../../../themes/westernoregon/images/wou_btn_left.jpg");
    width:42px;
    height:42px;
    position: relative;
    left: 110px;
    top: -48px;
    float:left;
}
.testimonial-slider .button-right{
    background-image: url("../../../themes/westernoregon/images/wou_btn_right.jpg");
    width:42px;
    height:42px;
    position: relative;
    left: 110px;
    top: -48px;
    float:left;
}
.testimonial-slider .image-overlay {
    background-image: url("../../../themes/westernoregon/images/wou-testimonial-overlay.png");
    background-repeat: no-repeat;
    height:33px;
    position: relative;
    z-index: 2;
}
.testimonial-slider img {
    margin-top: -28px;
}
