#frontFeature {
    position:relative;
}

#frontFeature div {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	padding: 10px;
	height:233px;
	background-color: white;
}

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

#frontFeature div.last-active {
    z-index:9;
}
#frontFeature img {
	margin-bottom: 5px;
}

