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