ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
}

#fade-example li {
	position: absolute;	
	width: 186px;
	height: 150px;
	max-width: 186px;
	background-color: #FFF;
	visibility: hidden;
}

li img {
	display: block;
	border: 0px solid #FFF;
	max-width: 186px;
	max-height: 150px;
	text-align: center;
}

.caption {
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

.example {
	display: block;
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
	width: 186px;
	height: 150px;
	max-height: 150px;
	max-width: 186px;
	z-index: -10; 
}