@charset "utf-8";

#carousel {
	position: absolute;
	width: 900px;
	height: 420px;
	top: 55%;
	left: 50%;
	margin-left: -450px;
	margin-top: -150px;
}

#carousel a {
	background-color: #fff;
}

.roundabout-holder {
	padding: 0;
	height: 300px;
	list-style: none
}

.roundabout-moveable-item {
	width: 240px;
	cursor: pointer;
}

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

body.mainIndex div.entry {
	display: none;
}
