/* @display */
div.display {
	margin: 0 auto;
	margin-top: 100px;
	width: 360px;
	text-align: center;
}

/* @status bar */
div.statusbar {
	color: silver;
	margin-top: -16px;
	font-family: 'Monda', serif;
}

p.network {
	color: steelblue;
	display: none;
}

/* @info */
span#world {
	color: whitesmoke;
	position: absolute;
}

a.link {
	font-family: 'Anaheim', serif;
	color: #333;
	display: block;
}

a.link:hover{
	color: steelblue;
	text-decoration: none;
}

/* @carousel */
.carousel {
	margin: 0;
	margin-top: 50px;
	height: 32px;
}

.control {
  color:#333;
  font-size:60px;
  font-weight:100;
  left:-16px;
  opacity:0.2;
  position:absolute;
  text-align:center;
  top: -18px;
  width:40px;
}

.control.right {
  left:auto;
  right:-16px;
}

.control:hover {
	text-decoration: none;
	color: #333;
	opacity: 1;
}