body {
        margin:0;
        padding:0;
}

#adArea {
	background: #ffffff;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
}

#endBallCont {
    width:220px;
    height:250px;
    position: absolute;
    overflow: hidden;
    text-overflow: clip;
}

.dragEl{
    position: absolute;
    width: 70px;
    height: 70px;
}

.rct {
	width:300px;
	height:250px;
    position: absolute;
}

.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zIndex99998 { z-index: 99998; }
.zIndex99999 { z-index: 99999; }

.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}