#home_man {
float: left;
width: 100%;
margin: 0 0 20px;
}

#home_man .man_title {
text-transform: uppercase;
color: #282828;
font-weight: 600;
font-size: 16px;
line-height: 30px;
padding: 0px;
margin-top: 0;
margin-bottom: 14px;
border-bottom: 1px solid #d6d4d4;
}

#home_man .man_title span {
color: #282828;
display: inline-block;
border-bottom: 2px solid #1b82d6;
margin-bottom: -1px;
}

#home_man ul {
margin: 0;
}

#home_man ul li {
float: left;
width: 20%;
text-align: center;
padding: 0 10px;
}

#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 {
display: block;
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;
}
