@charset "utf-8";
#deer {
  display: block;
  width: 450px;
  height: 135px;
  background: url("assets/galleries-title-deer.png") no-repeat 0 0;
}

#deer:hover { 
  background-position: 0 -135px;
}

#deer span {
  display: none;
}

#pheasant {
  display: block;
  width: 450px;
  height: 135px;
  background: url("assets/galleries-title-pheasant.png") no-repeat 0 0;
}

#pheasant:hover { 
  background-position: 0 -135px;
}

#pheasant span {
  display: none;
}

#turkey {
  display: block;
  width: 450px;
  height: 125px;
  background: url("assets/galleries-title-turkey.png") no-repeat 0 0;
}

#turkey:hover { 
  background-position: 0 -125px;
}

#turkey span {
  display: none;
}

#waterfowl {
  display: block;
  width: 450px;
  height: 125px;
  background: url("assets/galleries-title-waterfowl.png") no-repeat 0 0;
}

#waterfowl:hover { 
  background-position: 0 -125px;
}

#waterfowl span {
  display: none;
}

#cabin {
  display: block;
  width: 450px;
  height: 125px;
  background: url("assets/galleries-title-cabin.png") no-repeat 0 0;
}

#cabin:hover { 
  background-position: 0 -125px;
}

#cabin span {
  display: none;
}

#trailcam {
  display: block;
  width: 450px;
  height: 125px;
  background: url("assets/galleries-title-trailcam.png") no-repeat 0 0;
}

#trailcam:hover { 
  background-position: 0 -125px;
}

#trailcam span {
  display: none;
}

#stands {
  display: block;
  width: 450px;
  height: 135px;
  background: url("assets/galleries-title-stands.png") no-repeat 0 0;
}

#stands:hover { 
  background-position: 0 -135px;
}

#stands span {
  display: none;
}

#scenic {
  display: block;
  width: 450px;
  height: 135px;
  background: url("assets/galleries-title-scenic.png") no-repeat 0 0;
}

#scenic:hover { 
  background-position: 0 -135px;
}

#scenic span {
  display: none;
}