.categorycarousel .name {
	text-align: center;
}
.categorycarousel .name a {
	background: #3d5165;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 7px 15px;
}
.categorycarousel .div-ul ul	{
	list-style: none outside none;
	padding-left: 0;
	text-align: left;
	max-height: 235px;
}
.categorycarousel ul {
	list-style: none outside none;
	padding-left: 0;
}
.categorycarousel .div-ul ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 0;
}
.categorycarousel .div-ul {
	padding: 0 10px;
}
.categorycarousel .div-ul {
    bottom: 60px;
    left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding: 15px;
    position: absolute;
    right: 0;
	text-align: center;
    top: 0;
	z-index: 9;
	opacity: 0;
}
.categorycarousel .div-child:hover .name {
	position: relative;
	z-index: 10;
}
.categorycarousel .div-child:after {
	border-radius: 3px;
	position: absolute;
	right: 0;
    top: 0;
	bottom: 0;
    left: 0;
	content: '';
	background: #3d5165;
	z-index: 8;
	opacity: 0;
}
@media (min-width: 991px) {
	/*.categorycarousel .div-child:hover > div:after {
		display: block;
	}*/
	.categorycarousel .div-child:hover:after {
		opacity: 1;
	}
	.categorycarousel .div-child:hover .div-ul {
		opacity: 1;
	}
	.categorycarousel .div-child:hover .name a {
		background: #ffffff;
		color: #3d5165;
	}
}
.cat-slide-info {
	background: url("../image/bgset.png") repeat-x scroll 0 -554px rgba(0, 0, 0, 0);
	height: 40px;
}
.cat-slide-info .thide {
	background: url("../image/catslideinfo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	top: 12px;
	width: 222px;
}
.thide {
	display: block;
	height: 0;
	line-height: normal;
	overflow: hidden;
}
.owl-carousel.reviews .owl-wrapper {
	display: block;
}
.manufacturer-banner .owl-item img {
	display: inline-block;
}