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

body {
  background: #fff;
}

#container{
	position: absolute;
	top:0px;
	left:0px;
	width:970px;
	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: -154px;
    left: 230px;
	

}


#arrowCashback, #arrowUpgrade{
    position: absolute;
    top: -32px;
    left: 284px;
    width: 41%;
    height: 100%;

}

#samsung_logo{
	position: absolute;
	top:33px;
	left:34px;
}

#galaxy_logo{
	position: absolute;
	top:34px;
	right:34px;
}

#button{
position: absolute;
    width: 165px;
    height: 31px;
    border: 1px solid black;
    right: 34px;
    bottom: 31px;
    z-index: 1000;
    cursor: pointer;
}

#buttonText{
    width: 125px;
    height: auto;
    margin-top: 6px;
}

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