#slideshow * { 
	margin: 0;
	padding: 0;
}
#slideshow {
	position: relative;
	width: 821px;
	height: 385px;
}
#slideshow #pictures-wrapper, #slideshow #loading {
	position: absolute;
}
#slideshow #loading {
	background: url('../images/spinner.gif');
	display: block;
	top: 158px;
	left: 205px;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures-wrapper {
	background: url('../slideshow/slide1.jpg');
	width: 821px;
	height: 385px;
	left: 0;
	overflow: hidden;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 821px;
}
#slideshow #pictures li img {
	display: block;
	bottom: 0;
}


