.cc_widget_staff_header {
    width:170px;
    height:32px;
    background:url(/images/meet_the_team_header.gif) top no-repeat;
}

.cc_widget_staff {
    float:left;
}

.cc_widget_staff h3 {
    color:#ed0080;
    font-size:9pt;
    margin:0;
}

.cc_widget_staff p {
    color:#000;
    font-size:8pt;
    margin-top:2px;
}

.jcarousel-container {
    background: #fff;
    border: 1px solid #ed0080;
}

.jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-container-vertical {
    width: 130px;
    height: 330px;
    padding: 40px 19px;
}

.jcarousel-clip-horizontal {
    width:  245px;
    height: 130px;
}

.jcarousel-clip-vertical {
    width:  130px;
    height: 340px;
}

.jcarousel-item {
    width: 128px;
    height: 128px;
    border:1px solid #ee0984;
}

.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-vertical {
    margin-bottom: 40px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 48%;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: transparent url(/images/staff_arrow_down.gif) no-repeat 0 0;
}

/*.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}*/

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 48%;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: transparent url(/images/staff_arrow_up.gif) no-repeat 0 0;
}

/*.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}*/

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
