<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade li {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 380px;
	visibility: hidden;
}
li img {
	display: block;
	border: 5px solid #CCCCCC;
	width: 440px;
}
.caption {
	clear: both;
	padding-top: 10px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
}
.gallery {
	position: relative;
	width: 450px;
	height: 340px;
}
.gallery2 {
	position: relative;
	width: 450px;
	height: 380px;
}
</pre></body></html>