@charset "UTF-8";

body, html {
    height: 90px;
    margin: 0;
    padding: 0;
    width: 728px;
}

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

.banner {
    width: 726px;
    height: 88px;
    border:1px solid #000;
    background:#fff;
    overflow:hidden;
    z-index: 2;
}

.positionAb {
    position: absolute;
}

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

#bgMask {
    width: 238px;
    height: 90px;
    border-right: 1px solid #000;
    overflow: hidden;
}

#grey_bg{
    height: 90px;
    width: 173px;
    right: 0;
    background: #262626;
}

#bg {
    /*background: url(images/728x90_ATS21_bg.jpg) #f5d22c;*/
    background: #e8e8e8;
    width: 300px;
    height: 300px;
    top: 0;
    left: -50px;
}

#logo {
    background: url(images/728x90_ATS21_logo.png);
    width: 173px;
    height: 90px;
    top: 0px;
    left: 553px;
    z-index: 2;
    opacity: 0;
}

#text1 {
    background: url(images/728x90_ATS21_text1.png);
    width: 238px;
    height: 90px;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
}

#cta {
    color: #000;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background: #ffcb09;
    width: 135px;
    height: 25px;
    top: 48px;
    left: 574px;
    z-index: 2;
    opacity: 0;
}

#arrowLeft {
    background: url(images/728x90_ATS21_leftArrow.png);
    width: 13px;
    height: 27px;
    top: 31px;
    left: 3px;
    z-index: 90;
    opacity: 0;
    cursor: pointer;
}

#arrowRight {
    background: url(images/728x90_ATS21_rightArrow.png);
    width: 13px;
    height: 27px;
    top: 31px;
    left: 298px;
    z-index: 90;
    opacity: 0;
    cursor: pointer;
}

.itemContainer {
    width: 314px;
    height: 90px;
    opacity: 0;
    position: absolute;
}

#item1 {
    opacity: 1;
}

#items {
    width: 314px;
    height: 90px;
    top: 0;
    left: 0;
}

.itemsTextContainer {
    top: 7px;
    z-index: 3;
    left: 22px;
    width: 144px;
}

.discountOff {
    background: url(images/728x90_ATS21_off.png);
    width: 16px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 3px;
}

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

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

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

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

#gallery {
    background-color: white;
    opacity: 0;
    overflow: hidden;
    left: 239px;
    top: 0px;
    width: 314px;
    height: 88px;
}