#blockerDiv {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:#000000;
    z-index: 10000;
    opacity:0.3;
    filter: alpha(opacity =40);
    -moz-opacity: 0.3;
}

#fireworksScreenContainer {
    width: 673px;
    height: 480px;
    display: none;
    z-index: 99999992;
}

.fireworksScreenDivTop {
    background: url("../../../../image/kindervention/fireworks/Box_top_bottam.png") 0px 0px;
    width: 667px;
    height: 28px;
}

.fireworksScreenMiddleDiv {
	background: url("../../../../image/kindervention/fireworks/rewardPanel_Repeat.png");
    width: 667px;
    height: 424px;
}

.fireworksScreenLetterPeople {
    
    height: 369px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 30px;
    width: 250px;
}

.fireworksScreenDivBottom {
    background: url("../../../../image/kindervention/fireworks/Box_top_bottam.png") 0px -50px;
    width: 667px;
    height: 28px;
}

