body{
  margin: 0px;
}

div {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
}

#container{
  width: 300px;
	height: 600px;
	overflow: hidden;
}

#ad{
  position: absolute;
  display: block;
  left:0px;
  border: rgb(145,153,153) 1px solid;
  overflow:hidden;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 298px;
  height: 598px;
}

#banner {
  position:absolute;
  display: block;
  width: 298px;
  height: 598px;
  right:0px;
  overflow: hidden;
}

#hotSpot {
  position: absolute;
  display: block;
  top:0;
  left:0;
  width: 300px;
  height: 600px;
  cursor:pointer;
}

#overlay {
  position: absolute;
  display: block;
  top:0;
  left:0;
  width: 300px;
  height: 600px;
  background-color: #fff;
}

#bg {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  background: url('_assets/bg.jpg') no-repeat;
  /*background: url('_assets/_guide.jpg') no-repeat;*/
}

#cta_txt {
  background: url('_assets/cta_txt.png') no-repeat;
}

#cta_arrow {
  background: url('_assets/cta_arrow.png') no-repeat;
}

#people {
  background: url('_assets/people.png') no-repeat;
}

/***COUNTER***/
.window {
  width: 122px;
  height: 168px;
  background: url('_assets/window.png') no-repeat;
  top:48px;
  overflow: hidden;
  background-size: 122px 168px;
}

.grad {
  width: 122px;
  height: 168px;
  background: url('_assets/grad.png') no-repeat;
  top:0px;
  overflow: hidden;
  background-size: 122px 168px;
}

.numbers {
  width: 95px;
  height: 168px;
  background: url('_assets/numbers.png') repeat-y;
  left:13px;
  top:0px;
  opacity: .75;
}

#w01{
  left:29px;
}

#w02{
  left:150px;
}

/*#w03{
  left:106px;
}

#w04{
  left:149px;
}

#w05{
  left:192px;
}

#w06{
  left:240px;
}

#w07{
  left:283px;
}

#w08{
  left:326px;
}*/



#n01 {
  background-position:0px 582px;
}

#n02 {
  background-position:0px 204px;
}

/*#n03 {
  background-position-y:-360px;
}

#n04 {
  background-position-y:-177px;
}

#n05 {
  background-position-y:-482px;
}

#n06 {
  background-position-y:-482px;
}

#n07 {
  background-position-y:-360px;
}

#n08 {
  background-position-y:67px;
}*/
