
#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: 350px;
	height: 280px;
	background-color: #FFF;
	visibility: hidden;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	float: left;
	display: block;
}
.caption_title {
float: left;
width: 180px;
padding-left: 1em;
font-family: verdana, arial;
font-size: 14px;
color: black;
font-weight: bold;
}

.caption_title a:link {
color: black;
text-decoration: none;
}

.caption_title a:visited{
color: black;
text-decoration: none;
}

.caption_title a:hover{
color: black;
text-decoration: underline;
}

.caption {
	float: left;
	padding: 1em;
	background-color: #FFF;
	width: 200px;
	font-family: verdana, arial;
	font-size: 12px;
	color: black;	
}
.example {
	position: relative;
	padding:1em;
	margin-bottom: 1em;
width: 320px;
height: 300px;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 400px;
	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: #626262;
}
#fade-example-1-next {
	right: 8%;
	top: 51%;
}
#fade-example-1-previous {
	left: 6%;
	top: 51%;
}
#fade-example-1-stop {
	left: 60%;
	top: 54%;
}

#fade-example-1-start {
	left: 30%;
	top: 54%;
}

.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}