.UIImageSlideShow_3cot .UIImageSlideShow {
	margin-bottom: 20px;
}
.UIImageSlideShow_3cot .UIImageSlideShow .title{
	margin: 15px 0;
}
.UIImageSlideShow_3cot .UIImageSlideShow .title>span {
	background: linear-gradient(to right, #00A056, #006D3A);
	display: inline-block;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	transition: .3s all linear;
	font-size: 14px;
	color: #fff;
	border-radius: 0 25px 25px 0;
}
.UIImageSlideShow_3cot .UIImageSlideShow .nivoSlider img{
	height: 250px;
}
.UIImageSlideShow_3cot .UIImageSlideShow .nivoSlider .nivo-caption{
	background: #e4e4e4;
	color: #444a45;
	font-size: 21px;
	font-weight: 600;
	/* display: inline !important; */
	width: auto;
	border-radius: 0 15px 0 0;
}