#slider-inner {
	display:none;
	position:relative;
	width:880px;
	float:left;
	margin-top:290px;
	}

.next, .prev {
	display:block;
	position:absolute;
	}

#slider-inner .prev {
	top:60px;
	left:810px;
	}

#slider-inner .next {
	top:60px;
	left:-10px;
	}

.roundabout-holder {
	position:absolute;
	height: 220px;
	left:30%;
	width: 330px;
	}

.roundabout-moveable-item {
	cursor: pointer;
	list-style-type: none;
	overflow: hidden;
	height: 420px;
	width: 630px;
	margin:0;
	padding:0;
	background:none;
	border:1px solid rgba(0, 0, 0, .1);
	border-radius:5px 5px 0 0;
	border-bottom:none;
}
.item-caption {
	
	}
.roundabout-moveable-item img {
    display: block;
    height: 100%;
    width: 100%;
}
.roundabout-in-focus {
    cursor: auto;
}
.roundabout-in-focus a {
	display: block;
	height: 420px;
	width: 630px;
}

