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

#fade-example-1 li{
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 304px;
	visibility: hidden;
}
li img {
	display: block;
}
.caption {
	width:696px;
	text-align:right;
	clear: both;
	padding: 1em;
	height:18px;
	font-size:100%;
	border: 1px solid #333;
	margin: 10px 0 0 0;
}
.example {
	position: relative;
	margin-bottom: 30px;
	width: 720px;
	height: 304px;
}

code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
}

#fade-example-1-next {
	right: 86%;
	top: 101%;
	font-size:100%;
}
#fade-example-1-previous {
	left: 2%;
	top: 101%;
	font-size:100%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}