/* Anti-Heroes ensemble image */
#antiheroes_ensemble_image {
	width: 411px;
	height: 209px;
	position: relative;
}
/* Old */
#cast_icons a {
	margin: 20px;
}
#cast_icons {
	margin-bottom: 30px;
}

/* Aldran */
#aldran {
	left: 0px;
	z-index: 1;
}
#aldran_dark {
	z-index: 2;
	left: 0px;
}

/* Keriss */
#keriss {
	left: 120px;
	z-index: 3;
}
#keriss_dark {
	left: 120px;
	z-index: 4;
}

/* Lana */
#lana {
	left: 205px;
	z-index: 1;
}
#lana_dark {
	left: 205px;
	z-index: 2;
}

/* Kaal */
#kaal {
	left: 300px;
	z-index: 4;
}
#kaal_dark {
	left: 300px;
	z-index: 5;
}

/* Ivory Veil ensemble image */
#theveil_ensemble_image {
	width: 364px;
	height: 211px;
	position: relative;
}

/* Eldhin */
#eldhin {
	left: 0px;
	z-index: 3;
    bottom: 0px;
}
#eldhin_dark {
	z-index: 4;
	left: 0px;
    bottom: 0px;

}

/* Rallut */
#rallut {
	left: 70px;
	z-index: 1;
    bottom: 5px;
}
#rallut_dark {
	z-index: 2;
	left: 70px;
    bottom: 5px;
}

/* Zurie */
#zurie {
	left: 185px;
	z-index: 3;
    bottom: 0px;
}
#zurie_dark {
	left: 185px;
	z-index: 4;
    bottom: 0px;
}

/* Quentas */
#quentas {
	left: 270px;
	z-index: 5;
    bottom: 10px;
}
#quentas_dark {
	z-index: 6;
    left: 270px;
    bottom: 10px;
}


/* The Rest ensemble image */
#therest_ensemble_image {
	width: 400px;
	height: 206px;
	position: relative;
}

/* Heroes */
#heroes {
	left: 0px;
	z-index: 2;
}
#heroes_dark {
	z-index: 3;
	left: 0px;
}

/* Finx */
#finx {
	left: 180px;
	z-index: 1;
}
#finx_dark {
	left: 180px;
	z-index: 3;
}

/* Laris */
#laris {
	left: 270px;
	z-index: 2;
}
#laris_dark {
	left: 270px;
	z-index: 3;
}

.dark_ensemble_image img,.ensemble_image img {
	display: inline;
	position: absolute;
}
.dark_overlay img {
    display: none;
	position: absolute;
}
