#FB
{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("http://www.okmoments.com/img/Facebook_dbl.jpg") no-repeat 0 0;
}

#FB:hover
{ 
  background-position: 0 -48px;
}

#TWTR
{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("http://www.okmoments.com/img/Twitter_dbl.jpg") no-repeat 0 0;
}

#TWTR:hover
{ 
  background-position: 0 -48px;
}

#YT
{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("http://www.okmoments.com/img/YouTube_dbl.jpg") no-repeat 0 0;
}

#YT:hover
{ 
  background-position: 0 -48px;
}

#FLCKR
{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("http://www.okmoments.com/img/Flickr_dbl.jpg") no-repeat 0 0;
}

#FLCKR:hover
{ 
  background-position: 0 -48px;
}

#VIDEO
{
  display: inline-block;
  width: 120px;
  height: 90px;
  background: url("http://www.okmoments.com/img/popup_video_dbl.jpg") no-repeat 0 0;
}

#VIDEO:hover
{ 
  background-position: 0 -90px;
}
/* CSS Document */