#image-fader {
	position:relative;
	clear:right;
	margin:0px;
	overflow:hidden;
	padding:0px;
	height:200px;
	left:auto !important; /*2 hacks for IE, or else pic does not fit, and will push everything below the sidebar */
	left:-3px;
	width:560px!important; /* This must be the actual width of your slideshow */
	width:557px; /* For IE compatability, set this to the actual width less 3 pixels */
}

#image-fader img {
	position:absolute;
	top:3px;
	left:-6px;
	height:200px;
	width:560px;
	margin-left:0px;
}
