#frontFeature {
    position:relative;
    min-height:480px;
    height:480px;
}

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

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

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