.stage-cat {
width: 410px;
margin: 0 0 10px 0;
position: relative;
cursor: pointer;
height: auto; 
background:#8B3C2A; 
padding:5px;
border: 2px solid #7E3627;
}

.stage-cat img {
}

.current { 
text-decoration:underline;
color:#F87500;
}