.the-rotator a {
	display: block;
}
.the-rotator ins {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 4px #e2e2e2;
	background: rgba(0, 0, 0, 0.04) !important;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
.the-rotator a:hover ins {
	border-color: green;
}
.the-rotator span {
	background: #ddd !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 130px !important;
	padding-top: 5px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	height: 35px !important;
}