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

#content #image-fader img {
	position:absolute;
	top:0px;
	left:auto;
	height:337px;
	width:504px;
	margin-left:0px;
	border: none;
	margin: 0;
	margin: 5px;
}

#mycaption {
	width: 510px;
	text-align: center;
	margin-top: 10px;
}