div.slideshow {
	border: solid 0px #FFFFFF; /* optional */
	margin: 0px; /* optional */
	background: url('/front_images/loading.gif') 50% 50% no-repeat #FFFFFF; /* for the loading image */
	width: 300px; /* same as images */
	height: 300px; /* 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;
}