/*body {
	padding: 1em 1em 15em 5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#content {

}
*/
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-3 {
	border: 3px solid #000;
}
#fade-example-1 li,#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 430px;
	height: 409px;
	/*background-color: #FFF;*/
	visibility: hidden;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;
	/*border: 3px solid #FFF;*/
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#7c97e4;
	/*border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;*/
	width: 430px;
	height: 409px;
	z-index:7;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 700px;
	margin-bottom: 1em;
}
/*code {
	font-family: monospace;
	font-size: 1.2em;
}*/
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	height: 16px;
	background-color:#FFFFFF;
	color:#000000;
}
#fade-example-1-next {
	right: 346.95px;
	top: -26.9px;
	width: 30px;
}
#fade-example-1-pause {
	right: 69%;
	top: -30px;
	width: 16px;
}
#fade-example-1-play {
	right: 273px;
	top: -30px;
	width: 16px;
}
#fade-example-1-previous {
	left: 3.7%;
	top: -26.9px;
	width: 30px;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
