/* CSS Document */
body {margin-top:0px; margin-bottom:0px; background-color:#ECE6C3;}
p, h1, h2, ul, ol, td {color:#744F23; font-family:"Trebuchet MS";}
p, ul, ol, td {font-size:12px;}
h1 {font-size:18px;}
h2 {font-size:16px;}



a:link { color:#744F23; font-family:"Trebuchet MS"; font-size:12px; text-decoration:underline; }
a:active { color:#744F23; font-family:"Trebuchet MS"; font-size:12px; text-decoration:underline; }
a:visited { color:#744F23; font-family:"Trebuchet MS"; font-size:12px; text-decoration:underline; }
a:hover { color:#000000; font-family:"Trebuchet MS"; font-size:12px; text-decoration:none; }


a.nav:link { color:#744F23; font-family:"Trebuchet MS"; font-size:12px; text-decoration:underline; }
a.nav:active { color:#744F23; font-family:"Trebuchet MS"; font-size:12px; text-decoration:underline; }
a.nav:visited { color:#744F23; font-family:"Trebuchet MS"; font-size:12px; text-decoration:underline; }
a.nav:hover { color:#000000; font-family:"Trebuchet MS"; font-size:12px; text-decoration:none; }


/*
Code for cross fading
*/

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: 360px;
	height: 240px;
	overflow:hidden;
	visibility: hidden;
}



#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;
	border: 0px solid #FFF;
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 520px;
	height: 520px;
}
.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;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}

#fade-example-2 li
{
	cursor: pointer;
}

/*
End of code for cross fading
*/
