#gmaps_b_hand
{
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bsu.png);
}

#gmaps_b_hand.selected
{
  background-image: url(http://google.com/mapfiles/ms/t/Bsd.png);
}

#gmaps_b_placemarker
{
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bmu.png);
}

#gmaps_b_placemarker.selected
{
  background-image: url(http://google.com/mapfiles/ms/t/Bmd.png);
}

#gmaps_b_line
{
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Blu.png);
}

#gmaps_b_line.selected {
  background-image: url(http://google.com/mapfiles/ms/t/Bld.png);
}

#gmaps_b_poly
{
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bpu.png);
}

#gmaps_b_poly.selected
{
  background-image: url(http://google.com/mapfiles/ms/t/Bpd.png);
}