html, body { margin: 0; padding: 0; }

#container{
	position: absolute;
	width: 300px;
	height: 600px;
	background-color: #fff;
	overflow: hidden;
}

#overlay{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #fff;
}

#border{
	position: absolute;
	width:100%;
	height:100%;
	border: 1px solid #cecece;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
    cursor: pointer;
    top:0px;
    left:0px;
}

.images{
	position: absolute;
	width:300px;
	height:600px;
}



#btnWrapper{
    position: absolute;
    top: 0px;
}

#btn{
	top:73px;
	left:-5px;
}

#bg{
	width:140px;
	height:580px;
	position:absolute;
	top:10px;
	left:10px;
	overflow:hidden;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	-webkit-transform: translate3d(0px, 0px, 0px);
}


#bg1{
	position:absolute;
	left:0px;
    top: -10px;
    width:694px;
    height:600px;
}

#txt3{
	position:absolute;
    position: absolute;
    left: -10px;
    top: -10px;
}

#txt4{
    left: -3px;
    top:-2px;
}

#iscirkel{
	top:-10px;
	left:-10px;
}

