/* This stylesheet is used to style the public view of the widget. */
/* wou-red = #db0a29; */
/* wou-gre = #84888b; */
.profile-slider {
    overflow: hidden;
    max-width: 620px;
    border-top: 8px solid #db0a29;
}
.profile-slider .bottom-border {
    border-bottom: 8px solid #db0a29;
}
.profile-slider .wrapper {
    width: 9999px;
    position: relative;
}
.profile-slider.one-up .profile {
    display: inline-block;
    float:left; 
    margin-right:5px;
    position: relative;
    max-width: 620px;
}
.profile-slider.one-up .mobile .profile {
    width:100%;
}
.profile-slider.one-up .mobile .profile img {
    width:100%;
}
#mainContent .profile-slider.one-up .top a:link {color:#FFFFFF;}
.profile-slider.two-up .profile {
    display: inline-block;
    position: relative;
    width: 310px;
    color: #84888b;
    float:left;
}

.profile-slider.two-up .profile.even {
    background-color: #dcdddd
}
.profile-slider.two-up .profile img {
    width:300px;
    height: 225px;
    transition: 0.5s;
}
.profile-slider.two-up .profile p { margin:0 14px; }
.profile-slider.two-up .profile .excerpt { margin:14px; }
 #mainContent .profile-slider.two-up .profile .name {   font-size:1.2em; color: #db0a29; }
.profile-slider.two-up .profile .position {   font-weight: 700; }
.profile-slider .profile.active-right img{
    margin-left:10px;
}
.profile-slider .profile .top {
    font-size:0.9em;
    background-color: #000000;
    color:#e7e7e7;
    padding: .5em 1em .8em 1em;
}
.profile-slider .profile .top .meet-our-faculty {
    font-weight: 700;
}
.profile-slider .button-left{
    background-image: url("wou_btn_left.jpg");
    width:42px;
    height:42px;
    position: relative;
    left: 267px;
    top: -42px;
    float:left;
}
.profile-slider .button-right{
    background-image: url("wou_btn_right.jpg");
    width:42px;
    height:42px;
    position: relative;
    left: 267px;
    top: -42px;
    float:left;
}
.profile a:link, .profile a:visited {
    text-decoration: none;
}

.profile-image-one-up {
    width:620px;
    height:400px;
}
