.manufacturers-container {
    clear: both;
    display: block;
    margin-bottom: 24px;
    padding: 20px;
}
.manufacturer_slider li > div {
	padding-top:10px;
	padding-bottom:20px;
}
.ptm-module .manufacturer_img {
	margin:0 auto;
}
.ptm-module.ptm-home .manufacturer_img {
	margin-top:15px;
	margin-bottom:15px;
}
.ptm_manufacturer_blackwhite{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.ptm_manufacturer_img_small{
	max-width:100px;
}
.ptm_manufacturer_img_medium{
	max-width:150px;
}
.ptm_manufacturer_img_large{
	max-width:200px;
}
.manufacturers-container .bx-wrapper .bx-controls-direction a{
	top: 45%;
}
.manufacturers-container .bx-wrapper .bx-prev{
    left: 0;
    text-align: center;
}
.manufacturers-container .bx-wrapper .bx-next{
	right: 0;
	text-align: center;
}


/*PTM BASIC*/
.ptm-module .bx-viewport{
	left:0;
	box-shadow: none;
}
.ptm-module .ptm-title{
    text-align: center;
    margin-bottom: 20px;
}
.ptm-module.ptm-side{
	padding:20px;
	background: #fff;
	margin-bottom: 1.5625rem;
}
.ptm-module.ptm-side .bx-wrapper{
	margin-bottom: 15px;
	left:0;
}
.ptm-module.ptm-side .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    left:0;
}
.ptm-module.ptm-side .bx-wrapper .bx-prev {
    left: 5px;
}
.ptm-module.ptm-side .bx-wrapper .bx-next{
	right: -20px;
}