
.tab_slider_container{
    width: 760px;
    height: 365px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0 0 25px 0;
}
.tab_slider_container .ts_slides img{
    max-width: 565px;
}
.tab_slider_container .ts_tabs{
    position:absolute;
    top: 5px;
    right: 5px;
    width: 250px;
}
.tab_slider_container .tab_item{
    width: 234px;/*237*/
    height: 78px;/*86*/
    overflow: hidden;
    background: url( ../img/slider-tab-bg.png ) 0 0 repeat-x;
    float: left;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 4px 8px;
}
.tab_slider_container .tab_item .tab_item_inner{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ts_tabs .ts_section_title{
    font-family: CRC55M1251, Verdana;
    font-size: 12px;
    color: #636363;
    text-transform: uppercase;
    padding: 0 0 0 27px;
    line-height: 9px;
    margin: 2px 0 6px 0;
    background: url( /wp-content/plugins/tab-slider/img/section-title-small-left-bg.png ) left top no-repeat;
}
.ts_tabs .ts_section_title:after{
    content: '';
    display: inline-block;
    width: 27px;
    height: 8px;
    background: url( /wp-content/plugins/tab-slider/img/section-title-small-right-bg.png ) right top no-repeat;
}
.ts_tabs .ts_post_title{
    font-family: CRC55M1251, Verdana;
    font-size: 12px;
    color: #bf863d;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 14px;
}
.ts_tabs .ts_post_title a{
    color: inherit;
}
.ts_tabs .ts_intro{
    color: #ccc;
    font-family: Verdana;
    font-size: 12px;
    line-height: 14px;
}


.tab_slider_container .ts_tabs .tab_item.ts_active,
.tab_slider_container .ts_tabs .tab_item:hover{
    background: url( ../img/slider-tab-active-bg.png ) 0 0 repeat-x;
}
