
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-1 li{
	position: absolute;
	top: 0;
	left: 0;
	width: 542px;
	height: 236px;
	visibility: hidden;
}

li img {
	display: block;
}

.example {
	position: relative;
	width: 542px;
	height: 236px;
	background-color:#000000;
}

code {
	font-family: monospace;
	font-size: 1.2em;
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size:18px;
	font-weight: bold;
	color: #fff;
}

#fade-example-1-next {
	right: 83%;
	top: 83%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#fade-example-1-next:hover {
	text-decoration:underline;
}

#fade-example-1-previous {
	left: 22%;
	top: 73%;
}