#imageSlideshowHolder{
	width:163px;	/* Image width */
	height:213px;	/* Image height */
	position:relative;	/* Don't remove this line */
	background-image: url(../images/bg_image.gif);
	left: 10px;
	margin-right: 20px;
	}

	/* Don't change these values */
#imageSlideshowHolder img{
	position:absolute;
	left:6px;
	top:7px;
	float:left;
	}
