p.intro {
	margin-top: 1em;
}

.heroes-container {
	width: 980px;

}

.hero {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

.hero h3 {
	display: none;
}

.hero:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.hero:hover h3 {
    z-index: 20;
    color: #333;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0px;
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px;
    background-color: #fff;
}

a {
	font-weight: bold;
}