div.slideshow {
	border: solid 0px #FFFFFF; /* optional */
	margin: 0px; /* optional */
	/* background: url('/images/slideshow/loading.gif') 50% 50% no-repeat #FFFFFF; */ /* for the loading image */
	/* width: 350px; */ /* same as images */
	/* height: 230px; */ /* same as images */
	line-height: 0; /* fix IE space below image */
}
div.slideshow img {
	opacity: 0; /* So it doesn't show while loading */
	filter: alpha(opacity=0); /* the same, for IE */
}
div#slideDIV1 {
	float: left;
}