#edgestage {
    width:784px;
    height: 0;
    overflow: hidden;
    background: #fff;
    position: relative;
}

#edgeexpand {
    width: 500%;
    position: absolute;
}
#edgestage .section {
    float: left;
    overflow: hidden;
    position: relative;
}

#edgestage .section.collapsed {
    cursor: pointer;
}

#edgestage .section a.back-butt {
    position: absolute;
    display: none;
}

#edgestage .section img {
    z-index: 1;
    position: relative;
    display: block;
}

#edgestage .section.expanded {
    z-index: 3;
}

#edgestage .section.expanded .overlay {
    display:none !important;
}
#edgestage .section .overlay {
    opacity: 0;
    z-index: 2;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    background-image: url('http://www.express.com/cdn/assets/cms/forhim/banners/js/images/32.png');
    background-repeat: repeat;
}

#edgestage .section .overlay span {width:55px; height:30px; bottom: 9px; right: 11px; background: transparent;}
#edgestage .section .back-butt {width:41px; height:55px; top: 9px; right: 11px; background-image: url('http://www.express.com/cdn/assets/cms/forhim/banners/js/images/back.png'); z-index: 4; display: none;}
#edgestage .section .back-butt, #edgestage .section .overlay span {display: inline-block; background-repeat: no-repeat; cursor: pointer; position: absolute;}

#edgestage .section[data-index="0"] .overlay span {background-image: url('http://www.express.com/cdn/assets/cms/forhim/banners/js/images/over1.png')}
#edgestage .section[data-index="1"] .overlay span {background-image: url('http://www.express.com/cdn/assets/cms/forhim/banners/js/images/over2.png')}
#edgestage .section[data-index="2"] .overlay span {background-image: url('http://www.express.com/cdn/assets/cms/forhim/banners/js/images/over3.png')}
#edgestage .section[data-index="3"] .overlay span {background-image: url('http://www.express.com/cdn/assets/cms/forhim/banners/js/images/over4.png')}
#edgestage .section[data-index="4"] .overlay span {background-image: url('http://www.express.com/cdn/assets/cms/forhim/banners/js/images/over5.png')}

#edgestage .links {position: absolute; width:390px; text-align: center; z-index: 2; top:0; left:390px; height: auto; min-height: 50px; line-height: 1.7em;}
#edgestage .links a {color: #FFF; text-decoration: underline; text-transform: uppercase; font-weight: bold; font-size: 12px; display: none;}
#edgestage .section[data-index="0"] .links {top:394px;}
#edgestage .section[data-index="1"] .links {top:373px;}
#edgestage .section[data-index="2"] .links {top:375px;}
#edgestage .section[data-index="3"] .links {top:394px;}
#edgestage .section[data-index="4"] .links {top:333px;}

#edgestage .intro {position: absolute; width:267px; height: 112px; left:50%; margin-left:-134px; top:182px; z-index: 4; opacity: 0;}

#edgestage .section {margin-right:5px;}

.cat-header img {width:auto !important;}