#imagestack {
	position: absolute;
	top: 100px;
	left: 760px;
	width: 160px;
	height: 500px;
	background-color: none;
	z-index: 4;
}


.imgstackentry {
    width: 132px;
	height: 99px;
	margin-bottom: 20px;
	background-color: white;
	z-index: 5;
}

.imgstackimg {
    width: 132px;
	height: 99px;
	margin-bottom: 20px;
	z-index: 6;
}



#abc {
	float: left;
}

#textimages {
	width: 100px;
	height: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.textimage {
	width: 100px;
	height: 125px;
	margin-bottom: 20px;
}
