#content {

}

ul.crossfade {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
}
ul#fade-example-2 {
	width: 500px;
}
ul#fade-example-1 {
	width: 500px;
}
#fade-example-1 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	background-color: #FFF;
	visibility: hidden;
	text-align: center;
}
#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	background-color: #FFF;
	visibility: hidden;
	text-align: center;
}
#fade-example-2 li {
	height: 220px;
}
li img {
	text-align: center;
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #F39300;
}
#fade-example-1-next {
	right: 30%;
	bottom: 10%;
}
#fade-example-1-previous {
	left: 36%;
	bottom: 10%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
