﻿#ssbutton
{
  display: block;
  width: 125px;
  height: 38px;
  background: url(../images/ss.gif) no-repeat 0 0;
}

#ssbutton:hover
{ 
  background-position: 0 -38px;
}

#ssbutton span
{
  display: none;
}
