
#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;
    transform: scale(0.5) translate(-50%, -50%);
    background-image: url('images/bottle_sprite.png');  
}*/

#label_wrapper{
    overflow: hidden;
    width: 121px;
}

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

.sheen_container {
position: absolute;
    top: 7px;
    left: 564px;
    width: 109px;
    height: 39px;
    overflow: hidden;
}

#sheen {
    opacity: 0.8;
    position: absolute;
    left: -100%;
    width: 100px;
    height: 100px;
}


