html, body { margin: 0; padding: 0; }

#container{
	position: absolute;
	width: 970px;
	height: 250px;
	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:970px;
	height:250px;
}



#btnWrapper{
    position: absolute;
    top: 0px;
}

#btn{
	top:45px;
	left:0px;
}

#bg{
	width:470px;
	height:220px;
	position:absolute;
	top:15px;
	left:15px;
	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:-15px;
    top: -15px;
    width:848px;
    height:250px;
}

#txt3{
	position:absolute;
    position: absolute;
    left: -15px;
    top: -15px;
}

#txt4{
    left: 0px;
    top:0px;
}

#iscirkel{
	top:-15px;
	left:-15px;
}

