.right_arrow {
  background: transparent url('/img/icons/right_arrow.gif') right center no-repeat;
  padding-right: 20px;
}
.right_arrow2 {
  background: transparent url('/img/icons/tiny_right_arrow2.gif') left center no-repeat;
  padding-left: 7px;
}
.right_arrow3 {
  background: transparent url('/img/icons/right_arrow3.gif') left center no-repeat;
  padding-left: 13px;
  color: #786722;
}
.tiny_right_arrow {
  background: transparent url('/img/icons/tiny_right_arrow.gif') right center no-repeat;
  padding-right: 7px;
}
.left_double_arrow {
  background: transparent url('/img/icons/left_double_arrow.gif') left center no-repeat;
  padding-left: 10px;
}
.right_double_arrow {
  background: transparent url('/img/icons/right_double_arrow.gif') right center no-repeat;
  padding-right: 10px;
}

