#imageContainer {
	position:relative;
	margin-top: 5px;
	margin-bottom: 10px;
	width:240px;
	height: 280px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	border: none;
}

#imageContainer a.moreimages 	{ position: absolute; z-index: 1000; display: block; width:240px; height: 280px; background: url(../_img/backgrounds/bg_moreimages.gif) no-repeat bottom right;} 