body {
	margin: 0;
	padding: 0;
}
img {
	cursor: pointer;
	cursor: hand;
}
a img {
	border: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:active, a:focus {
	outline: none;
}
#ad {
	background-image: url("images/300x600.jpg");
  background-size: 300px;
	cursor: pointer;
	cursor: hand;
}
#cards {
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(images/cards.png);
  background-size: 600px;
  width: 600px;
  height: 600px;
}
#ink_click {
	position: absolute;
  bottom: 0px;
  right: 0px;
  height: 40px;
  width: 300px;
  z-index: 20;
}
#back_click {
	position: absolute;
  bottom: 0px;
  right: 0px;
  height: 40px;
  width: 300px;
  z-index: 20;
  display: none;
}

#freedom, #freedom_ul, #slate, #sapphire, #ink_cash, #ink_plus {
	position: absolute;
  background-image: url(images/arrow.png);
  width: 25px;
  height: 25px;
  z-index: 20;
  transition: .3s;
  transform: scale(0);
}

#freedom:hover, #freedom_ul:hover, #slate:hover, #sapphire:hover, #ink_cash:hover, #ink_plus:hover {
  transition: .1s !important;
  transform: scale(0.9) !important;
}

#freedom {
  top: 287px;
  left: 207px;
}
#freedom_ul {
  top: 168px;
  left: 207px;
}
#slate {
  top: 406px;
  left: 207px;
}
#sapphire {
  top: 526px;
  left: 207px;
}
#ink_cash {
  top: 253px;
  left: 205px;
}
#ink_plus {
  top: 375px;
  left: 205px;
}
#info_freedom, #info_unlimited, #info_slate, #info_sapphire, #info_inkc, #info_inkp {
	position: absolute;
  background-size: 276px;
  width: 276px;
  height: 485px;
  z-index: 20;
  top: 601px;
  left: 12px;
}
#info_inkc {
	background-image: url(images/info_inkc.jpg);
}
#info_inkp {
	background-image: url(images/info_inkp.jpg);
}
#info_sapphire {
	background-image: url(images/info_sapphire.jpg);
}
#info_slate {
	background-image: url(images/info_slate.jpg);
}
#info_unlimited {
	background-image: url(images/info_unlimited.jpg);
}
#info_freedom {
	background-image: url(images/info_freedom.jpg);
}
#close {
    height: 400px;
    width: 25px;
    top: 78px;
    right: 13px;
    z-index: 90;
    position: absolute;
}
/*
#cta {
    background-image: url(images/cta.png);
    background-position: 0px 0px;
    background-size: 137px;
    height: 26px;
    width: 137px;
    top: 16px;
    right: 11px;
    z-index: 50;
    position: absolute;
}
#cta:hover {
  background-position: 0px 26px;
}
*/
#slides {
  position: absolute;
  width: 300px;
  height: 585px;
  overflow: hidden;
}
#browse_all {
  position: absolute;
  width: 300px;
  height: 30px;
  left: 0px;
  top: 46px;
  z-index: 99;
}
#browse_business {
  position: absolute;
  width: 300px;
  height: 600px;
  left: 0px;
  top: 150px;
  display: none;
  z-index: 10;
}
  