#image-fader {
	position:relative;
	float:left;
	clear:right;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:801px;
	height:395px;
	left:auto !important; /*2 hacks for IE, or else pic does not fit, and will push everything below the sidebar */
	left:0px;
	width:801px !important;
	width:801px;
	margin-left:0px;
}
.fade-box {
	position:absolute;
	top:0px;
	left:auto;
	height:395px;
	width:801px;
}
#top-box {
	width:800px;
	position:relative;
	left:50%;
	top:10px;
	margin-left:-400px;
}
#console {
	width:237px;
	float:left;
	overflow:hidden;
}