
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #FFF;
}

/* CLASSES */
.img {
  width: 300px; height: 600px; top: 0px; left: 0px;
  position: absolute; display: block; opacity: 0;
}
.btn {
  position: absolute; display: block; background-color: #000; opacity: 0; cursor: pointer;
}

/* MAIN CONTAINER */

#Main-Container {
  position: absolute;
  width: 300px; height: 600px;
  border: 1px solid black; box-sizing: border-box; background: #FFF;
  overflow: hidden;
}

/* FRAME CONTAINERS */

#Frame_1_Wrapper {
  display: none; position: absolute; 
  width: 300px; height: 600px; top: 0px; left: 0px;
}

#Frame_2_Wrapper, #Frame_3_Wrapper {
  display: none; position: absolute; 
  width: 300px; height: 600px; top: 0px; left: 0px;
  opacity: 0;
}

/* SPRITE SHEET */

.sprite {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;

    top: 0px; left: 0px;
    position: absolute; display: block; opacity: 0;
}

.sprite-i_CTA_Out {
    width: 300px;
    height: 600px;
    background-position: -5px -5px;
}

.sprite-i_CTA_Over {
    width: 300px;
    height: 600px;
    background-position: -315px -5px;
}

.sprite-i_Image_1 {
    width: 300px;
    height: 600px;
    background-position: -625px -5px;
    display: none; opacity: 1;
}

.sprite-i_Image_2 {
    width: 300px;
    height: 600px;
    background-position: -935px -5px;
}

.sprite-i_Image_3 {
    width: 300px;
    height: 600px;
    background-position: -5px -615px;
}

.sprite-i_Logo {
    width: 300px;
    height: 600px;
    background-position: -315px -615px;
}

.sprite-i_Product {
    width: 300px;
    height: 600px;
    background-position: -625px -615px;
    display: none; opacity: 1;
}

.sprite-i_Product_Name {
    width: 300px;
    height: 600px;
    background-position: -935px -615px;
}

.sprite-i_RedLines {
    width: 300px;
    height: 600px;
    background-position: -1245px -5px;
    opacity: 1;
}

.sprite-i_Text_1 {
    width: 300px;
    height: 600px;
    background-position: -1245px -615px;
    display: none; opacity: 1;
}

.sprite-i_Text_2 {
    width: 300px;
    height: 600px;
    background-position: -5px -1225px;
}

.sprite-i_Text_3 {
    width: 300px;
    height: 600px;
    background-position: -315px -1225px;
}

/* CLICKTHROUGH */

#btn_CTA{
  display: none; width: 120px; height: 25px;
  left: 10px; top: 435px;
}

#btn_Clickthrough {
  width: 300px; height: 600px;
}

:focus {
  outline:none;
}

::-moz-focus-inner {
  border:0;
}
