body,
body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

div#wrapper {
    background-color: red; /* cosmetic */
    height: 0px; /* set to taste */

    /* required */
    position: absolute;
    overflow: visible;
    display: block;
    width: 100%;
    left: 0px;
    top: 50%;
}
div#center {
    background-color: #666; /* cosmetic */
    border: 3px solid #FFF; /* cosmetic */

    overflow: auto; /* set to taste */

    position: absolute; /* required */
    left: 50%; /* required */

    margin-left: -150px; /* half of width */
    width: 300px; /* width of div */

    height: 250px; /* height of div */
    top: -125px; /* half of height */
}

#ad {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #000000;
}


#content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
}


#clickthrough-button1 {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}


#clickthrough-button2 {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}



#clickthrough-button3 {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}




#clickthrough-button4 {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}



#clickthrough-button5 {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}



#clickthrough-button6 {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}


#border{
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #838383;
    width:300px;
    height:250px;
    z-index: 200;
    box-sizing: border-box;
}


#leftBtn{
    background-image: url("../img/leftArrow.png");
    background-color: transparent;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 160px;
    left: 5px;
    z-index: 10;
    cursor: pointer;
    opacity: 1;

}


#rightBtn{
    background-image: url("../img/rightArrow.png");
    background-color: transparent;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 160px;
    right: 5px;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
}



#clickToView{
    position: absolute;
    background-image: url("../img/clickToView.png");
    z-index: 9;

}

.canvas_size {
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
}



.pixelation{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */    

}



.ROH_Logo_sml{
    position: absolute;
    background-image: url("../img/ROH_Logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 89px;
    left: 10px;
    top: 10px;
    z-index: 5;

}

.ROH_Logo_lrg{
    position: absolute;
    background-image: url("../img/ROH_Logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 141px;
    left: 100px;
    top: 55px;
    z-index: 5;

}


.btnOrange{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background-image: url("../img/btnOrange.png");
    z-index: 10;
}


.btnBlue{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background-image: url("../img/btnBlue.png");
    z-index: 10;
}


.btnPink{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background-image: url("../img/btnPink.png");
    z-index: 10;
}


.btnPurple{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background-image: url("../img/btnPurple.png");
    z-index: 10;
}

.btn_over{
    position: absolute;
    top: 0px;
    left: 1px;
    background-image: url("../img/btn_over.png");
    z-index: 20;
    opacity: 0;
}


.copy3{
    position: absolute;
    background-image: url("../img/copy3.png");
    z-index: 10;

}


.slideShowHolder{
    position: absolute;
    width:298px;
    height:249px;
    top: 0px;
    left: 1px;
    z-index: 301;
    overflow: hidden;
}

.slide{
    position: absolute;
    left: 0px;
    top: 108px;
    width: 298px;
    height: 141px;

}



.fadingAnimation{
    animation:opac 1s
}
@keyframes opac{from{opacity:0} to{opacity:1}}

