.slots_box::before {
    background: url('../../../static/img/250x250/slot_glass.png') no-repeat;
}

.slots_box div {
    width: 70px;
}

#popup {
    background: #3b3b3b url('../../../static/img/300x250/popup_bg.jpg');
    width: 230px;
    height: 200px;
    left: 5px;
}

#won {
    height: 250px;
    
    line-height: 250px;
}

#spin {
    background: url('../../../static/img/250x250/spin_btn.png') no-repeat scroll 0 0;
    width: 120px;
}

.arrow {
    background: url('../../../static/img/250x250/arrow.png') no-repeat;
    width: 18px;
    
    margin-top: 10px;
}

.slots_box {
    margin: 10px 0 0 15px;
}

#popup a {
    background-position: -10px 0;
    width: 220px;
    
    border-radius: 5px;
}