.carouselslide {
	position:absolute;
	top: 58px;
	left: 10px;
	width: 800px;
	height: 270px;
/*	background: #CCC; */
	border-radius: 6px;
}

.roundabout-holder {
	position: absolute;
	top: 127px;
	left: -5px;
	width: 600px;
}

.roundabout-moveable-item {
	position: absolute;
	height: 230px;
	width: 340px;  
	cursor: pointer;
	border: #666 8px solid;
	display: block;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
}

.roundabout-in-focus {
	cursor: auto;
}
