#background_exit_dc {
    position: absolute;
    width: 300px;
    height: 250px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -25px;
    cursor: pointer;
    background: #fff;
    z-index: 100;
}

#outer_wrapper {
    border: 1px solid #CCC;
    width: 298px;
    height: 248px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    cursor: pointer;
	background-color: #000000;
}

.retina {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

.fade{
    opacity: 0;
}

#contents_holder{
    display: none;
}

#guide{
    opacity: 0.5;
}
#bottle01 {
	position: absolute;
	width: 350px;
	height: 300px;
	top:-50px;
}

.cask {
	position: absolute;
	width: 300px;
	height: 300px;
}

#sprite_holder{
    overflow: hidden;
}

#sprite{
    background-image: url('assets/sprite.png');
    background-repeat: no-repeat;
    background-position: 600px 0px;

    transform: scale(0.5) translate(-1202px, -1002px);
    -o-transform: scale(0.5) translate(-1202px, -1002px);
    -ms-transform: scale(0.5) translate(-1202px, -1002px);
    -moz-transform: scale(0.5) translate(-1202px, -1002px);
    -webkit-transform: scale(0.5) translate(-1202px, -1002px);

    width: 2400px;
    height: 2000px;

}

#copy01_sheen_holder{
    position: absolute;
    width: 125px;
    height: 68px;
    overflow: hidden;
}
