

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: 660px;
	height: 343px;
	visibility: hidden;
}

li img {
	display: block;
}

.example {
	position: relative;
    width: 660px;
	height: 343px;
}

code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 5em;
	font-weight: bold;
	color: #aaaaaa;
}
#fade-example-1-next {
	right: 2%;
	top: 80%;
}
#fade-example-1-previous {
	left: 2%;
	top: 80%;
}
.ajax {
	margin: 3em;
	padding: 1em;
}
