
#touristInfo
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Tourist_info_gif.gif") no-repeat 0 0;

}

#touristInfo:hover
{ 
  background-position: 0 -20px;
}

#touristInfo span
{
  display: none;
}


#home
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Home_gif.gif") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -20px;
}

#home span
{
  display: none;
}



#accommodation
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Accomm_gif.gif") no-repeat 0 0;

}

#accommodation:hover
{ 
  background-position: 0 -20px;
}

#accommodation span
{
  display: none;
}


#location
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Location_gif.gif") no-repeat 0 0;

}

#location:hover
{ 
  background-position: 0 -20px;
}

#location span
{
  display: none;
}


#pennywort
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Pennywort_gif.gif") no-repeat 0 0;

}

#pennywort:hover
{ 
  background-position: 0 -20px;
}

#pennywort span
{
  display: none;
}


#bonython
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Bonython_gif.gif") no-repeat 0 0;

}

#bonython:hover
{ 
  background-position: 0 -20px;
}

#bonython span
{
  display: none;
}


#activities
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Activities_gif.gif") no-repeat 0 0;

}

#activities:hover
{ 
  background-position: 0 -20px;
}

#activities span
{
  display: none;
}


#prices
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Prices_gif.gif") no-repeat 0 0;

}

#prices:hover
{ 
  background-position: 0 -20px;
}

#prices span
{
  display: none;
}


#booking
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Booking_gif.gif") no-repeat 0 0;

}

#booking:hover
{ 
  background-position: 0 -20px;
}

#booking span
{
  display: none;
}

#amenities
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("Amenities_gif.gif") no-repeat 0 0;

}

#amenities:hover
{ 
  background-position: 0 -20px;
}

#amenities span
{
  display: none;
}