/* not needed so farbody {
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #851D10;
	height: 600px;
	width: 800px;
}
*/
/* needed if deleted it changes the position on the left side*/
ul.crossfade {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}
/* needed*/
#fade li {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 750px;
	height: 376px;
	visibility: hidden;
}
html, body {
	background-repeat:no-repeat;
	height:600px;
	background-color: #000000;
}
/* not needed so far
li img {
	display: block;
	border: 0px solid #000;
}
*/
/* not needed so far
.contentimg {
	border: 4px solid #bc3f1a;
}
*/	
/* not needed so far
code {
	font-family: monospace;
	font-size: 1.2em;
}
*/
/* not needed so far
.ajax {
	margin: 0em;
	border: 0em solid #000;
	padding: 0em;
}
*/

#slideshow {
	position: absolute;
	width: 750px;
	height: 376px;
	z-index:1;
	left: 0px;
	top: 25px;
}
.bg {
	background-image: url(../img/mainbg.png);
	height: 600px;
	width: 800px;
}
