.slideshowContainer img {
	position: absolute;
	display: none;	
	width: 151px;
	height: 132px;
}

.slideshowContainer {
	position: relative;
	width: 151px;
	height: 132px;
	
}

img.visibleSlideshowElement {
	display:inline;	
	
}

