.MTEDSliderUnit {
    z-index: 2;
    position: absolute;
    top: 212px;
    left: 28px;
    width: 205px;
}

.MTEDSliderUnit .MTEDSliderTop {
    height: 5px;
    width: 205px;
    background-image: url(/img/MTEDSlider/top_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.MTEDSliderUnit .MTEDSliderContainer {
    width: 205px;
    background-image: url(/img/MTEDSlider/content_bg.png);
    background-repeat: repeat-y;
}

.MTEDSliderUnit .MTEDSliderBottom {
    height: 8px;
    width: 205px;
    background-image: url(/img/MTEDSlider/bottom_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.MTEDSliderUnit .MTEDSlider {
    margin-left: 12px;
    margin-right: 12px;
}

.MTEDSliderUnit .MTEDSlider .MTEDSliderControl {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #5a5a5a;
    font-weight: bold;
    background-image: url(/img/MTEDSlider/arrow.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom: 1px solid #8c8c8c;
    cursor: pointer;
}

.MTEDSliderUnit .active {
    background-image: url(/img/MTEDSlider/active_bg.gif);
    background-repeat: repeat-x;
}

.MTEDSliderUnit .last {
    border-bottom: none !important;
}

.MTEDSliderUnit .active .MTEDSliderControl {
    color: #1d85bd;
    background-image: url(/img/MTEDSlider/arrow_active.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
