@charset "utf-8";
/* CSS Document */

.roundabout-moveable-item {
	width: 522px;
	height: 522px;
	cursor: pointer;
	line-height:1.2em;
	margin-top: 320px;
}
.roundabout-moveable-item img {
	width:100%;
	height:100%;
	display:block;
}

.roundabout-in-focus { cursor: auto; }
.manage:hover { text-decoration:none;}