#featured-area {
	height: auto;
	width: 100%;
	margin: 60px auto 0 auto;
}
.roundabout-holder {
	list-style: none;
	width: 720px;
	height: 404px;
	margin: 0px auto;
}
.roundabout-moveable-item {
	font-size: 12px!important;
	width: 100%;
	height: 100%;	
	cursor: pointer;
	padding: 0;	
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f9f9f9;
	overflow: hidden;
}
.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	border-radius: 7px;
}
.roundabout-in-focus {	
	cursor: auto;
}
.roundabout-in-focus:hover {
	/*-webkit-box-shadow: 0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;*/
	background: #f9f9f9;
}
.roundabout-holder span {
	display: none;
	position: absolute;
	bottom: 15px;
	padding: 8px 20px;
	width: 100%;
	z-index: 999;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
	text-align: center;
}
.roundabout-in-focus span {
	display: inline;	
}
.roundabout-in-focus .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, rgba(30, 98, 217, 0) 0%, #1E62D9 100%);
}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited {
	outline: none;
	text-decoration: none;
}
.roundabout li {
	margin: 0
}
