/* CSS Document */

.imageSlideshowHolder{
	width: 140px;
	height: 240px;
	float: left;
	position:relative;
}

.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

