.carousel-inner>.item.next, .carousel-inner>.item.active.right {
	background: #FFF;
	-webkit-transform: translate3d(25%, 0, 0);
	-ms-transform: translate3d(25%, 0, 0);
	-o-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
	opacity: .1;
	-webkit-transform: translate3d(-25%, 0, 0);
	-ms-transform: translate3d(-25%, 0, 0);
	-o-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

.slider-control {
	top: 0px !important;
	color: #000;
	width: 10%;
}

.slider-control:hover {
	color: #a1a1a1;
}

.filter_products li {
	cursor: pointer;
	list-style-type: none;
}

.filter_products a {
	color: inherit;
	cursor: pointer;
	display: block;
}

.panel ol {
	width: 100%;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0;
}

.panel ol li {
	padding: 10px 15px;
	background-color: #fff;
	color: #5b595a;
	border-bottom: 1px solid #e4e4e4;
	cursor: pointer;
}

.product-attributes {
	margin-right: 20px;
	float: left;
	width: auto;
}
