.stopBtnContainer {
    width: 332px;
    height: 332px;
    float: left;
    position: relative;
    left: 129px;
    top: 218px;
}

.stopBtn {
    background-image: url("../../../../image/kindervention/buttons.png");
    background-position: -10px -10px;
    height: 332px;
    width: 332px;
    border: 0 none;
    outline: none;
    background-color: transparent;
}

input.stopBtn:hover {
    /*cursor: pointer;*/
	cursor:none;
    background-position: -10px -355px;
}

.keepPlayingBtnContainer {
    width: 390px;
    height: 260px;
    float: left;
    position: relative;
    left: 170px;
    top: 253px;
}

.keepPlayingBtn {
    background-image: url("../../../../image/kindervention/buttons.png");
    background-position: -380px -45px;
    height: 260px;
    width: 390px;
    border: 0 none;
    outline: none;
    background-color: transparent;
}

input.keepPlayingBtn:hover {
    /*cursor: pointer;*/
	cursor:none;
    background-position: -380px -390px;
}
.stopKeepPlayingBackground{
	background-image: url("../../../../image/kindervention/StopKeepPlayingBackground.png");
	background-position:center center;
}
