.wordgroupGame2{
    background-image: url(bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
}
.wordgroupGame2 .machina{
    background-image: url(mylly.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
}
.wordgroupGame2 .wordBox{
    position: absolute;
    left: 223px;
    height: 120px;
    padding-top: 25px;
    top: 29px;
    width: 530px;
    text-align: center;
    font-size: 30px;
    display: none;
    font-family: Arial;
    text-transform: uppercase;
}
.wordgroupGame2 .bucket{
    position: absolute;
    width: 130px;
    height: 130px;
    cursor: pointer;
    display: block;
    background-color: rgba(255,255,255,0.0);
}
.wordgroupGame2 .bucket:hover{
    background-color: rgba(0,255,255,0.5);
}
.wordgroupGame2 .bucket.group1{
    position: absolute;
    top: 220px;
    left: 55px;
    width: 130px;
    height: 210px;
}
.wordgroupGame2 .bucket.group2{
    position: absolute;
    top: 220px;
    left: 235px;
    width: 130px;
    height: 210px;
}
.wordgroupGame2 .bucket.group3{
    position: absolute;
    top: 220px;
    left: 415px;
    width: 130px;
    height: 210px;
}

.wordgroupGame2 .itemList{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

.wordgroupGame2 .sublist{
}

.wordgroupGame2 .sublist.group1{
    position: absolute;
    width: 130px;
    height: 210px;
    top: 230px;
    left: 55px;
    text-align: center;
}
.wordgroupGame2 .sublist.group2{
    position: absolute;
    width: 130px;
    height: 210px;
    top: 230px;
    left: 230px;
    text-align: center;
}
.wordgroupGame2 .sublist.group3{
    position: absolute;
    width: 130px;
    height: 210px;
    top: 230px;
    left: 415px;
    text-align: center;
}
.wordgroupGame2 .answer{
    position: absolute;
    top: 135px;
    left: 625px;
    width: 64px;
    height: 64px;
    display: block;
}
.wordgroupGame2 .answerFail{
    display: none;
    background-image: url(answer_0.png);
}
.wordgroupGame2 .answerCorrect{
    display: none;
    background-image: url(answer_1.png);
}
.wordgroupGame2 .correct{
    font-family: Calibri;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
    text-align: center;
    font-size: 11px;
}
.wordgroupGame2 .correct.selected{
    background-color: rgba(255,255,255,1);
}