

#background_exit_dc {
    position: absolute;
    width: 160px;
    height: 600px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -16px;
    top: -60px;
    cursor: pointer;
	background: #fff;
    z-index: 100;
}

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

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

.retina{
	position: absolute;
	width: 160px;
	height: 600px;
	top: 0px;
	left:0px;
}

.fades{
    opacity: 0;
}


/* RETINA */
#sprite {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4800px;
    height: 4800px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-image: url('images/bottle_sprite.webp');  
}

#sprite_holder{
    position: absolute;
    width: 160px;
    height: 600px;
    transform: scale(0.52) translate(-81px, -303px);
    -ms-transform: scale(0.52) translate(-81px, -303px);
    -moz-transform: scale(0.52) translate(-81px, -303px);
    -webkit-transform: scale(0.52) translate(-81px, -303px);
}

#label_wrapper{
    overflow: hidden;
    width: 0px;
    left: 2px;
}

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

.sheen_container {
    position: absolute;
        top: 517px;
        left: 27px;
        width: 106px;
        height: 39px;
        overflow: hidden;
}
    
    #sheen {
        opacity: 0.8;
        position: absolute;
        left: -100%;
        width: 100px;
        height: 100px;
    }

#bg_black{
    background-color: #000;
}

.parallax{
    width: 160px;
    height: 600px;
    /* left: -57px; */
}


#bg_transparent{
    opacity: 0.6;
}
