body {
        margin:0;
        padding:0;
}

#adArea {
	background: #cd2a29;
    cursor:pointer;
}

#hand {
/*    top: 148px;
    left: 235px;*/
}



#productCont {
  /*background-color: rgba(239, 221, 91, 0.01);*/
}

#fishCont {
  /*background-color: rgba(239, 221, 91, 0.01);*/
}


.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
    overflow: hidden;
    text-overflow: clip;
}

.abs {
    position: absolute;
}
.rct {
    width:300px;
    height:250px;
/*    width:320px;
    height:480px;*/
    position: absolute;
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zi1 { z-index: 800; }
.zi2 { z-index: 900; }
.zi5 { z-index: 5000; }
.zi6 { z-index: 6000; }
.zi7 { z-index: 7000 !important; }
.zi8 { z-index: 8000 !important; }
.zi9 { z-index: 9000 !important; }
.zi10 { z-index: 10000 !important; }
.zIndex99998 { z-index: 99998; }
.zIndex99999 { z-index: 99999; }

.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}

