.sliderPositioner {
    position: absolute;
    z-index: 2;
    top: 146px;
    right: 26px;
    width: 205px;
    
}

.MTEDSliderUnit {
    z-index: 2;
    position: relative;
    width: 205px;
}

.MTEDSliderUnit .MTEDSliderTop {
    height: 0px;
    width: 182px;

}

.MTEDSliderUnit .MTEDSliderContainer {
    width: 182px;
}

.MTEDSliderUnit .MTEDSliderBottom {
    height: 0px;
    width: 182px;

}

.MTEDSliderUnit .MTEDSlider {
    margin-bottom: 2px;
    
}

.MTEDSliderUnit .MTEDSlider .MTEDSliderContent  {
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
    background-color: #fff;
}

.MTEDSliderUnit .MTEDSlider .MTEDSliderControl {
    padding-left: 7px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    color: #008348;
    font-weight: bold;
    background-image: url(/img/MTEDSlider/white_transparent_arrow_bg.png);
    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: #fff;
    background-image: url(/img/MTEDSlider/arrow_active.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom: none;
}



.MTEDSliderUnitHorizontal {
    z-index: 2;
    position: relative;
    top: 19px;
    width: 205px;
}

.MTEDSliderUnitHorizontal .MTEDSliderContainer {
    position: relative;
    width: 182px;
    overflow: hidden;
    background-image: url(/img/slices/green_transparent_bg.png);
}

.MTEDSliderUnitHorizontal .MTEDSlider {
    position: relative;
    left: 0px;
    width: 10000px;
    margin-bottom: 3px;
}

.MTEDSliderUnitHorizontal .MTEDSlider .MTEDSliderContent  {
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    width: 142px;
    height: 75px;
    color: #fff;
    text-transform: uppercase;
}

.MTEDSliderUnitHorizontal .MTEDSlider .MTEDSliderContent a  {
    color: #fff !important;
    background-position: left 2px;
}

.MTEDSliderUnitHorizontal .MTEDSlider .MTEDSliderContent a:hover  {
    text-decoration: underline !important;
}

.MTEDSliderUnitHorizontal .MTEDSliderTop {
    z-index:5;
    position: absolute;
    top: 30px;
    left: -12px;
    width: 25px;
    height: 25px;
    background-image: url(/img/signs/arrow-left.png);
}

.MTEDSliderUnitHorizontal .MTEDSliderBottom {
    z-index:5;
    position: absolute;
    top: 30px;
    right: 12px;
    width: 25px;
    height: 25px;
    background-image: url(/img/signs/arrow-right.png);
    
}



