body, html {
    height: 600px;
    margin: 0;
    padding: 0;
    width: 300px;
}
#loader-container {
    display: none;
}
#main-container {
    height: 600px;
    width: 300px;
}
.banner {
    width: 298px;
    height: 598px;
    border:1px solid #000000;
    background:#fff;
    overflow: hidden;
    z-index: 2;
}

.positionAb {
    position: absolute;
}

#clicktag {
    background: url(images/clicktag.png);
    width: 300px;
    height: 600px;
    z-index: 80;
    cursor: pointer;
    top: 0;
    left: 0;
}

.positionAb {
    position: absolute;
}

#bgMask {
    height: 174px;
    width: 300px;
    overflow: hidden;
    z-index: 1;
}
#bg {
    background: #e8e8e8;
    height: 300px;
    left: 0px;
    top: 0px;
    width: 300px;
}

#container {
    height: 300px;
    width: 300px;
}

.headerWrapper {
    height: 146px;
    width: 100%;
    position: absolute;
    z-index: 2;
}

#logo {
    background: url(images/300x600_ATS21_logo.png);
    height: 175px;
    width: 300px;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#line {
    width: 208px;
    height: 1px;
    background: #fff;
    top: 47px;
    left: 45px;
    z-index: 2;
}

#cta {
    color: #000;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background: #ffcb09;
    width: 298px;
    height: 28px;
    top: 570px;
    left: 0px;
    z-index: 2;
    opacity: 0;
}
#text1 {
    background: url(images/300x600_ATS21_text1.png);
    width: 300px;
    height: 175px;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
}

#text2 {
    background: url(images/300x600_ATS21_text2.png);
    width: 300px;
    height: 99px;
    top: 471px;
    left: -1px;
    z-index: 2;
    opacity: 0;
}
#arrowUp {
    background: rgba(0, 0, 0, 0) url(images/300x600_ATS21_topArrow.png) repeat scroll 0 0;
    cursor: pointer;
    height: 27px;
    left: 4px;
    opacity: 0;
    top: 143px;
    width: 13px;
    z-index: 90;
}
#arrowDown {
    background: rgba(0, 0, 0, 0) url(images/300x600_ATS21_bottomArrow.png) repeat scroll 0 0;
    cursor: pointer;
    height: 27px;
    left: 284px;
    opacity: 0;
    top: 143px;
    width: 13px;
    z-index: 90;
}
.itemContainer {
    width: 297px;
    height: 297px;
    opacity: 0;
    position: absolute;
}

#item1 {
    opacity: 1;
}

#items {
    width: 297px;
    height: 297px;
    top: 0px;
    right: 0;
}

.itemsTextContainer {
    bottom: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

.discountOff {
    background: url(images/300x600_ATS21_off.png);
    width: 19px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px;
}

.itemPrice {
    font-family: GothamBold, sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    width: 132px;
    margin: 0 auto;
    background: #fdca10;
    text-align: center;
    margin-bottom: 4px;
}

sup.regMark {
    font-size: 6px;
    position: relative;
    top: -0.5em;
    left: 0px;
}

.itemDescription {
    font-family: GothamMedium, sans-serif;
    font-weight: 500;
    font-size: 12px;
    width: 198px;
    text-align: center;
    margin: 0 auto;
}

.imageItem {
    width: 297px;
    height: 297px;
    top: 0;
    left: 0;
    z-index: 2;
}

#gallery {
    background-color: white;
    opacity: 0;
    overflow: hidden;
    right: 0;
    top: 174px;
    width: 300px;
    height: 297px;
}
