#ttcategorytabs .categoryimage .category_img {
    max-width: 100%;
}
#ttcategorytabs .tab-content .tab-pane {
    padding: 0;
    border: none;
    background: none;
	margin: 0;
}
#ttcategorytabs .tab-content .products {
    position: relative;
    margin-bottom: 0;
}
#ttcategorytabs .ttcategory {
	padding: 0;
	float: left;
	width: 100%;
}
#ttcategorytabs {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
#ttcategorytabs .customNavigation {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px) {
    #index #ttcategorytabs .tt-title {
        float: none;
        width: 100%;
    }
    #ttcategorytabs .customNavigation {
        top: 45px;
    }
}
@media (max-width: 543px) {
    #ttcategorytabs {
        margin: 0 auto;
    }
	#ttcategorytabs .customNavigation {
        position: static;
    }
}