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

body {
  background: #fff;
}

#container{
	position: absolute;
	top:0px;
	left:0px;
	width:160px;
	height:600px;
	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: 0px;
    left: 113px;
}


#arrowCashback, #arrowUpgrade{
    position: absolute;
    top: 323px;
    left: -163px;
    width: 200%;
    height: 100%;

}

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

#galaxy_logo{
	position: absolute;
	top:44px;
	left:13px;
}

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

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