#targets-placeholder {
	height: 395px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#targets-placeholder div {
	background-color: #ffffff;
	width: 336px;
	height: 380px;
	margin: 9px;
	margin-top: 0px;
	margin-bottom: 13px;
	border: 1px solid #d1d1d1;

	position: absolute;
	top: 0px;
	left: 0px;
    z-index: 8;
}

#targets-placeholder div.active {
    z-index: 10;
}

#targets-placeholder div.last-active {
    z-index: 9;
}
