				.brands {
					width: 100%;
				}
				
				.brands_slider_container {
					height: 130px;
					border: solid 1px #ffffff;
					padding-left: 97px;
					padding-right: 97px;
					background: #fff;
				}
				
				.brands_slider {
					height: 100%;
					margin-top: 50px;
				}
				
				.brands_item {
					height: 100%;
					margin-left:10px;
					margin-right:10px;
				}
				
				.brands_item img {
					max-width: 100%;
				}
				
				.brands_nav {
					position: absolute;
					top: 50%;
					-webkit-transform: translateY(-50%);
					-moz-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					-o-transform: translateY(-50%);
					transform: translateY(-50%);
					padding: 5px;
					cursor: pointer;
				}
				
				.brands_nav i {
					color: #e5e5e5;
					-webkit-transition: all 200ms ease;
					-moz-transition: all 200ms ease;
					-ms-transition: all 200ms ease;
					-o-transition: all 200ms ease;
					transition: all 200ms ease;
				}
				
				.brands_nav:hover i {
					color: #676767;
				}
				
				.brands_prev {
					left: 0px;
					margin-top:12px;
				}
				
				.brands_next {
					right: 0px;
					margin-top:12px;
				}