#image-fader {
	position:relative;
	clear:right;
	overflow:hidden;
	padding:0px;
	height:484px;
	left:auto !important; /*2 hacks for IE, or else pic does not fit, and will push everything below the sidebar */
	left:0px;
	width:644px !important; /* This must be the actual width of your slideshow */
	width:641px; /* For IE compatability, set this to the actual width less 3 pixels */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#image-fader img {
	position:absolute;
	top:0px;
	left:0;
	height:480px;
	width:640px;
	border: 2px outset #333;
	text-align: center;
}