#myRoundabout {
}
.roundabout-holder {
	list-style: none;
	width:780px;
	height: 280px;
	margin: 30px auto 0 auto;
}

.roundabout-moveable-item {
	height: 280px;
	width: 360px;
	cursor: pointer;
}

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

.roundabout-in-focus {
	cursor: auto;
}
.roundabout-description {
	margin-top:20px;
	height:30px;
	margin-bottom:5px;
	overflow:hidden;
	display: block;
	text-align: center;
}
li.roundabout-moveable-item .roundabout-shadow { 
	overflow:hidden;
	position:relative; 
	top:-55px;
	z-index:-1; 
}
	
li.roundabout-moveable-item .roundabout-shadow img {
	width:100%;
	position:relative;
}
	
li.roundabout-moveable-item h3.caption {
	font-size:14px !important;
	line-height:1.2em;
	color:#858585;
	display:none;
	margin:0;
}

.roundabout-in-focus h3.caption { 
	display:block !important;
}

.roundabout-moveable-item a img{
	display:block;
}
.roundabout-in-focus {
	cursor: auto; }