ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#photofade li {
	position: absolute;
	top: 0;
	left: 0;
	width: 632px;
	height: 380px;
	background-color: #FFF;
	visibility: hidden;
}
#photofade li h1 {padding:15px 0 0 0;font-size:11px;margin:0 0 5px 11px;display:block;float:left;width:620px;font-weight:normal;color:#888B92;}
li img {
	display: block;float:right;padding:0 0 0 11px;
}
.caption {clear: both;border:0;margin:1px 0 0 0;background:url('/css/pict1.png') no-repeat;padding:8px 0 0 11px;font-size:10px;}
.example {
	position: relative;
	width: 632px;
	height: 380px;
display:block;float:left	
}
code {
	font-family: monospace;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 11px;
}
#photofade-next {
	right: -23px;
	top: 45%;
}
#photofade-previous {
	left: -13px;
	top: 45%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
