body {
padding:0;
margin:0;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#main-image-ui li {
	position: absolute;
	top: 0;
	left: 0;
	width: 798px;
	height: 444px;
	background-color: #FFF;
	visibility: hidden;
}

li img {
	display: block;
}
.caption {
	clear: both;
	padding:0.5em 2em 0.5em 1em;
	background-color: #000;
	position: absolute;
	color:#FFF;
	z-index: 20;
	bottom: 40px;
	text-align: right;
	right: 0px;
}
.example {
	position: relative;
	background-color:#000;
	width: 798px;
	height: 444px;
	border-left: #313131 solid 1px;
	border-right: #313131 solid 1px;
	border-bottom: #313131 solid 1px;
	clear: both;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}

div#controls a:hover{
	color:#F00;
}
div#controls a#main-image-ui-previous{
	display:block;
	width:30px;
}
div#controls a#main-image-ui-previous { height: 0; padding-top: 40px; overflow: hidden; }
div#controls a#main-image-ui-previous { background-image:url(../images/nav/control-left.gif); _background-image: url(../images/nav/control-left.gif); background-repeat: no-repeat; }
div#controls a#main-image-ui-previous { background-position: 0 0;}
div#controls a#main-image-ui-previous:hover, div#controls #control-left a#main-image-ui-previous:hover { background-position: 0 -40px;}
div#controls a#main-image-ui-previous:active { background-position: 0 -80px; }
div#controls a#main-image-ui-next{
	display:block;
	width:30px;
}
div#controls a#main-image-ui-next { height: 0; padding-top: 40px; overflow: hidden; }
div#controls a#main-image-ui-next { background-image:url(../images/nav/control-right.gif); _background-image: url(../images/nav/control-right.gif); background-repeat: no-repeat; }
div#controls a#main-image-ui-next { background-position: 0 0;}
div#controls a#main-image-ui-next:hover { background-position: 0 -40px;}
div#controls a#main-image-ui-next:active { background-position: 0 -80px; }


div#controls a#:active{
	color:#09F;
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #000;
}
#main-image-ui-next {
	right: -31px;
	bottom: 202px;
}
#main-image-ui-previous {
	left: -31px;
	bottom: 202px;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
#wrapper #container #underline {
	display: block;
	height: 35px;
	width: 800px;
	margin-bottom: 20px;
	border-bottom: #313131 solid 1px;
}

