ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 461px;
	height: 160px;
	visibility: hidden;
}

.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}

.fade {
	position: relative;
	width: 461px;
	height: 160px;
}

code {
	font-family: monospace;
	font-size: 1.2em;
}