ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-1 li {
	position: absolute;
	top: 0;
	left:0;
	width: 150px;
	height: 70px;
	visibility: hidden;
	text-align:center;
}
li img {
	display: block;
	margin:0px auto;
	width: 100px;
	height: 70px;
}
.caption {
	clear: both;
}
.example {
	position: relative;
	margin:0px auto;
	width: 150px;
	height: 70px;
}
