.owl-item > div .name {
	text-align: center;
}
.categorycarousel .owl-carousel .image {
	border: 1px solid #EEEEEE;
	border-radius: 5px;
    overflow: hidden;
}
.categorycarousel .owl-carousel .image a {
	position: relative;
	z-index: 2;
}
.categorycarousel .owl-carousel .image a img {
	border-radius: 5px;
	transform: scale(1.0, 1.0);
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
	width: 100%;
}
.categorycarousel .owl-carousel .image:hover a img {
	transform: scale(1.2, 1.2);
}
.categorycarousel .owl-carousel .name {
	    border-radius: 0 3px 3px 0;
    bottom: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}
.categorycarousel .owl-carousel .name a {
    color: #3e454f;
    display: block;
    font-size: 15px;
    padding: 8px 40px 8px 15px;
    position: relative;
    text-shadow: 0px 1px 0px #fff;
    z-index: 1;
}
.categorycarousel .owl-carousel .name a .fa {
	font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.categorycarousel .owl-carousel .owl-item > div ul	{
	list-style: none outside none;
	padding-left: 0;
	text-align: left;
}
.categorycarousel .bg-click,
.categorycarousel .bg-description {
    bottom: 0;
	position: absolute;
	right: 0;
    top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-ms-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
	color: #fff;
	padding: 15px;
	font-size: 13px;
	overflow: hidden;
}
.categorycarousel .bg-click {
	background: #000000;
	opacity: 0;
}
.categorycarousel .owl-carousel .image:hover .bg-click {
	opacity: 0.45;
	z-index: 3;
}
.categorycarousel .owl-carousel .image:hover .bg-description {
	z-index: 4;
}
.categorycarousel .bg-click.height-auto {
	height: 100%;
}
.categorycarousel .children-category {
	bottom: 15px;
    list-style: none outside none;
    opacity: 0.9;
    overflow: auto;
    padding: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 90%;
}
.categorycarousel .scroll-wrapper.z-index {
	z-index: 1;
}
.categorycarousel ul li {
	display: block;
}
.categorycarousel ul li a {
	color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    text-shadow: 1px 1px 0 #000;
}
.categorycarousel .owl-carousel .owl-item > div ul li a {
    font-size: 13px;
    line-height: 19px;
    text-decoration: underline;
}
.categorycarousel .owl-carousel .owl-item {
	padding: 0 10px;
}

.categorycarousel .owl-carousel .owl-item > div ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
}
.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;
}
.block-ul ul {
	padding-left: 0;
}