/*roundabout slider*/
.roundabout-holder {
	list-style:none;
	padding:0;
	margin:0 auto;
	height:475px;
	width:550px;
}
.roundabout-moveable-item {
	height:475px;
	width:476px;
	cursor:pointer;
}
.roundabout-moveable-item img{
	max-width:100%;
	max-height:100%;
}
.roundabout-in-focus {
	cursor:auto;
}