.startpageBottomSliderContainer {
    overflow: hidden;
    height: 100px;
    margin-left: 11px;
    margin-right: 11px;
    width: 924px;
}

.startpageBottomSliderAbsItem {
    top: 0px;
    left: 0px;
}

.startpageBottomSliderItemTd {
    background: transparent url(../../th_blue/images/bg_start_slider_bottom_img.png) center center no-repeat; 
    height: 100px;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
}

.startpageBottomSliderItemImg {
    display: block;
    text-align: center;
    width: 134px;
}

.startpageBottomSliderBtn {
    background: transparent url(../../th_blue/images/btn_content_rotator.png) center -25px no-repeat;
    display: none;

    height: 100px;
    outline: none;
    top: 0px;
    width: 30px;
}

.startpageBottomSliderBtn.left {
    left: -40px;    
}

.startpageBottomSliderBtn.left:hover {
    background-position: center -176px;
}

.startpageBottomSliderBtn.right {
    background-position: center -325px;
    right: -40px;
    
}
.startpageBottomSliderBtn.right:hover {
    background-position: center -475px;    
}