@charset "UTF-8";
/* CSS Document */

#clicktag, 
#container, .border,

#logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 600px;
}

#clicktag{
	cursor:pointer;
}

#container{
	position:absolute;
	overflow:hidden;
	width: 300px;
	height: 600px;
	visibility:hidden;
	background-color:#00aace;
}

.border{
	width:298px;
	height:598px;	
	border:#999999 solid 1px;
	opacity:0;
}

#banner {
  width:300px;
  height:600px;
  position:absolute;
  opacity:1;
  overflow:hidden;
}

#overlay{
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	margin:0;
	width:300px;
  	height:600px;
}

#product{
	overflow:hidden;
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	width:300px;
  	height:600px;
}

#text{
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	width:300px;
  	height:600px;
}

#animation {
	    width: 300px;
        height:250px;
        overflow: hidden;
        position: absolute;
        left: -70px; 
        top: 200px;
        transform: scale(1.4);
	    }
	    


