.banner {
    z-index: 3;
}

/* main images */
.explosive-bg {
    position: absolute;
}

.explosive-title {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.explosive-title:hover {
    cursor: pointer;
}

.explosive-face {
    position: absolute;
    margin-left: 260px;
    margin-top: -22px;  
}

.explosive-face:hover {
    cursor: pointer;
}

.explosive-click-star {
    position: absolute;
    margin-left: -25px;
    margin-top: 22px;
    width: 40px;
}

.explosive-click-star:hover {
    cursor: pointer;
}

.explosive-hand {
    position: absolute;
    margin-left: 302px;
    margin-top: 6px;
}

.explosive-main-flag {
    position: absolute;
    left: 250px;
    top: -15px;
}

/* main div */
.explosive-staff {
    position: relative;
    height: 60px;
    width: 452px;
    margin-left: 392px;

}

.explosive-wrapper {
    display: block;
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
}

.explosive-wrapper:hover {
    cursor: pointer;
}

.explosive-name{
    display: none;
    width: 100px;
    left: -20px;
    top: 65px;
    font-family: verdana;
    font-weight: 800;
    font-size: 22px;
    color: black;
    position: absolute;
    background-color: rgb(249, 255, 0);
}

.explosive-undername {
    display: none;
    width: 100px;
    left: -20px;
    top: 90px;
    font-family: verdana;
    font-size: 10px;
    color: black;
    font-style: italic;
    position: absolute;
    background-color: rgb(249, 255, 0);
}

/*  .explosive-wrapper:nth-child(odd) {
    background-color: pink;

}
.explosive-wrapper:nth-child(even) {
    background-color: red;
}*/

.explosive-star-wrap {
    display: none;
    width: 30px;
    height: 30px;
    /*padding: 30px;*/
    top: 15px;
    left: 15px;
    position: absolute;
}

.explosive-star-wrap > img {
    width: 100%;
    height: 100%;
    position: relative;
}

.explosive-flag {
    position: relative;
    left: -20px;
    top: 0px;
    width: 20px;
}

.mjpg {
    border: 1px solid black;
    position: absolute;
    width: 50px;
    left: 4px;
    top: 5px;
}

.mjpg:hover {
    cursor: pointer;
}

.explosive-trigger {
    position: absolute;
    width: 62px;
    height: 62px;
    top: 0px;
    background-image: url('http://images.lingscars.com/images/meet-staff/trans.gif');
}