
svg {
  display: block;
 visibility:hidden;
  margin: auto;
  overflow: visible;
}

body {
  background: #fff;
}

#container{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:250px;
	overflow: hidden;
	display:none;
		cursor: pointer;
}

#arrowCashbackEnd, #arrowUpgradeEnd{
  visibility:hidden;
}

#border{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	border: 1px solid black;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

#packshot{
	position: absolute;
top: -188px;
    left: 120px;
	

}


#arrowCashback, #arrowUpgrade{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

}

#samsung_logo{
	position: absolute;
	top:17px;
	left:18px;
}

#galaxy_logo{
	position: absolute;
	top:17px;
	right:18px;
}

#button{
position: absolute;
    width: 74px;
    height: auto;
    border: 1px solid black;
    padding: 4px 19px;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    cursor: pointer;
}

	.st2{fill:#164194;}
	.st1{fill:#007FC7;}
	.st0{fill:#fff;}