
#crossfade li {
	position:absolute;
	top:-10;
	left:0;
	visibility:hidden;
	list-style-type:none;
	background:#818181;
}
#crossfade li img {
	display:block;
	margin:1px;
	border:1px solid #FFF;
}
#crossfade div {
	clear:both;
	font-style:normal;
	padding:2 5 3 5px;
	color:#FFF;
	/* make the characters the same width */
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:150px;
}
.crossfade-content {
	padding:0;
	position:relative;
	/* image size including border */
	width:170px;
	height:115px;
	margin-bottom:22px;
}
