#content {

}



ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-1 li,#fade-example-2 li {
	position: absolute;

	width: 990px;
	height: 200px;
	background-color: #FFF;
	visibility: hidden;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;

}

.example {
	position: relative;
	background-color:#F2F2F2;



	width: 990px;
	height: 200px;
}

code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}

.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}


/*------contact form------*/
#contact_form{
float:left;
width:150px;
padding:10px 10px 0 140px;
color:#FFFFFF;
font-weight:bold;
}
.contact_input{
width:290px;
height:17px;
font-size:12px;
float:left;
background-color:#fff8dc;
border:1px silver solid;
}


.contact_textarea{
width:290px;
height:80px;
font-size:12px;
font-family:Helvetica;
float:left;
background-color:#fff8dc;
border:1px silver solid;
}
input.contact_submit{
float:right;
padding:10px;
}
.cleardiv {
clear:both;
overflow:hidden;
height:4px;
}
