	#imageSlideshowHolder{
		margin-right:10px;
	}

	#imageSlideshowHolder{
    position:relative;

		/* CSS HACK */
		width: 120px;	/* IE 5.x */
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;

		/* CSS HACK */
		height: 90px;	/* IE 5.x */
		height/* */:/**/90px;	/* Other browsers */
		height: /**/90px;
	}

	#imageSlideshowHolder img{
		position:absolute;
	}
	.imageInGallery{
		position:absolute;
		width:120px;
		height:90px;
		background-color:#000;
		left:0px;
		top:0px;
	}
