#featured-area {
	height:420px;
	width: 600px;	
}

.roundabout-holder {
	list-style: none;
	width:500px; float: right;
}

.roundabout-moveable-item {
	font-size: 12px !important;
	width:270px;
	cursor: pointer;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; height: 486px;
	background: #f9f9f9
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	background-color: #fff;
	margin: 0
}

.roundabout-in-focus {
	cursor: auto
}

.roundabout-in-focus:hover {
	-webkit-box-shadow: 0 0 20px #787878;
	-moz-box-shadow: 0 0 20px #787878;
	background: #f9f9f9
}

.roundabout-holder span {
	display: none
}

.roundabout-in-focus:hover span {
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 8px 20px;
	background: #f9f9f9;
	color: #36c;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
	outline: 0;
	text-decoration: none
}

.roundabout li {
	margin: 0
}
