ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-1 li, #fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	height: 510px;
	visibility: hidden;
}
#fade-example-2 li img {
	display: block;
}
#fade-example-2 .caption {
	clear: both;
	background-color: #FFF;
}
.example {
	position: relative;
	width: 370px;
	height: 510px;
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 25px;
	top: 5px;
}
#fade-example-1-previous {
	right: 50px;
	top: 5px;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}