#home_man {
float: left;
width: 100%;
}

#home_man .style_desc_home {
display: inline-block;
margin-bottom: 10px;
}

#home_man ul li {
float: left;
width: 20%;
text-align: center;
}

#home_man ul li a {
display: block;
}

#home_man ul li img {
max-width: 100%;
margin: 0 auto;
}

/* Manufacturer buttons */
#home_man .slider-btn {
font-weight: normal;
float: right;
width: 20px;
height: 22px;
line-height: 26px;
text-align: center;
margin-top: 4px;
}

#home_man .slider-btn a {
cursor: pointer;
color: #000;
left: 0;
right: 0;
text-decoration: none;
}

#home_man .slider-btn a:before {
display: none;
}

#home_man .slider-btn a.disabled {
cursor: default;
color: #ccc;
}

ul#bx_manufacturer li:nth-child(n+6) {
display: none;
}

.bx-wrapper ul#bx_manufacturer li {
display: block;
}
