* {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ad {
  background:url(images/background_300x600_main.jpg);
  cursor:default;
}

#main {
  width: 290px;
  height: 181px;
  position: absolute;
  top: 92px;
  left: 5px;
}

#main .viewport {
  width: 290px;
  height: 135px;
  margin: 10px 0;
  overflow: hidden;
}

#main .item {
  width: 80px;
  height: 135px;
  text-align: center;
  margin: 0 8px;
}

#main .item_image {
  width: 80px;
  height: 85px;
  overflow: hidden;
  position: relative;
}

#main .item_image img {
  position: relative;
  top: -85px;
}

#main .item_name {
  color: #000000;
  font-size: 12px;
  font-family: helvetica;
}


#overlay1 {
  background-image: url(images/background_300x600_3.jpg);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 600px;
}

#overlay1 .viewport {
  width: 298px;
  height: 600px;
  margin: 85px 1px 45px;
  overflow: hidden;
  position: relative;
}

#overlay1 .item_see_video {
  cursor: pointer;
}

#overlay1 .item_see_video:hover {
  color: blue;
}

#overlay2_open_button {
  width: 240px;
  height: 30px;
  position: absolute;
  top: 260px;
  left: 35px;
  background-image: url(images/video_button.png);
  background-position: 0px -30px;
  cursor: pointer;
}

#overlay2_open_button:hover {
  background-position: 0px 0px;
}

#overlay1_close_button, #overlay2_close_button {
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(images/close.png);
  top: 45px;
  cursor: pointer;
  left: 3px;
}

#overlay2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 600px;
  background-image: url(images/background_300x600_3.jpg);
}

#overlay2 .viewport {
  width: 296px;
  height: 175px;
  margin: 80px 2px 0px;
  overflow: hidden;
  text-align: center;
}

#overlay2 table {
  width: 200px;
  height: 100px;
}

#social {
  width: 120px;
  height: 145px;
  background-color: #fef;
  left: 100px;
  top: 82px;
  position: absolute;
}
#social .viewport {
  width: 120px;
  height: 145px;
  overflow: hidden;
  text-align: center;
}

#social_items_viewport_0 {
  background-image: url(images/sophisticated_social.jpg);
}

#social_items_viewport_1 {
  background-image: url(images/spectacular_social.jpg);
}

#social_items_viewport_2 {
  background-image: url(images/playful_social.jpg);
}

#social .item {
  text-align: center;
}

#social a {
  text-decoration: none;
  width: 20px;
}

#social table {
  width: 120px;
  height: 145px;
  border-spacing: 0;
}

#social tr.buy {
  height: 115px;
}

#social tr.r1 {
  height: 30px;
}



#social a {
  width: 20px;
  height: 20px;
  color: orange;
  position: absolute;
  bottom: 7px;
  background-repeat: no-repeat;
  margin-left: -9px;
}

#social .face_book a {
  background-image: url(images/facebook-icon.png);
  left: 16px;
}

#social .twitter a {
  background-image: url(images/twitter-icon.png);
  width: 24px;
  left: 76px;
}

#social .pinit a {
  background-image: url(images/pinterest-icon.png);
  left: 46px;
}

#social .google_plus a {
  background-image: url(images/gplus-16.png);
  background-position: 2px 2px;
  left: 104px;

}
#social_open_button {
  width: 120px;
  height: 145px;
  left: 100px;
  top: 82px;
  position: absolute;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
}

