
#background_exit_dc {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
	background: #fff;
    z-index: 100;
}

#outer_wrapper {
    border: 1px solid #000;
    position: absolute;
	top: 0px;
    left: 0px;
    width: 726px;
    height: 88px;
    overflow: hidden;
}

#logo{
/*	z-index: 200;*/
	opacity: 0;
}

.retina{
	position: absolute;
	width: 728px;
	height: 90px;
	top: 0px;
	left:0px;
}

.fades{
    opacity: 0;
}


/* RETINA */
#sprite {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3600px;
    height: 4000px;
    background-repeat: no-repeat;
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    -ms-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
    background-image: url('images/bottle_sprite.webp');  
}

/*#label_wrapper{
    overflow: hidden;
    width: 360px;
}*/

.indBubble{
    position: absolute;
    width: 42px;
    height: 42px;
    opacity: 0.25;
}

.sheen_container {
    position: absolute;
        top: 7px;
        left: 549px;
        width: 109px;
        height: 39px;
        overflow: hidden;
    }
    
#sheen {
    opacity: 0.8;
    position: absolute;
    left: -100%;
    width: 100px;
    height: 100px;
}

#bg_black{
    background-color: #000;
}


#bg_transparent{
    height: 105px;
    opacity: 0.8;
}

/* .parallax{
    height: 300px;
    width: 417px;
    left: -57px;
} */
