.tab-category-container-slider .title_block{
    display: inline-block;
    width: 100%;
}
.tab-category-container-slider.block.title_center h2{
    display: inline-block;
    margin-bottom: 20px;
}
.tab-category-container-slider .tab_cate_container{
    margin-top: 15px;
}
ul.tab_cates {
    margin-bottom: -6px;
    text-align: center;
}
ul.tab_cates li {
    background: #90816e none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 1px 1px #f9f9f9;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 0 2px 6px 0;
    padding: 11px 16px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}
ul.tab_cates li.active,
ul.tab_cates li:hover {
    background: #eb5f60;
}
.tab_category_slider {
	display: none;
}
