#footer ul {
  margin: 0 15px
}
#arrow_left {
  float: left;
  width: 82px;
  height: 45px;
  background-image: url(footer/arrow_left_hover.gif)
}
#arrow_left a {
  width: 82px;
  height: 45px;
  display: block;
  background-image: url(footer/arrow_left.gif)
}
#arrow_left a:hover {
  background-image: url(footer/arrow_left_hover.gif)
}
#arrow_left_spacer {
  float: left;
  width: 82px;
  height: 45px
}
#arrow_top {
  margin: auto;
  width: 138px;
  height: 45px;
  background-image: url(footer/arrow_top_hover.gif)
}
#arrow_top a {
  width: 138px;
  height: 45px;
  display: block;
  background-image: url(footer/arrow_top.gif)
}
#arrow_top a:hover {
  background-image: url(footer/arrow_top_hover.gif)
}
#arrow_right {
  float: right;
  width: 82px;
  height: 45px;
  background-image: url(footer/arrow_right_hover.gif)
}
#arrow_right a {
  width: 82px;
  height: 45px;
  display: block;
  background-image: url(footer/arrow_right.gif)
}
#arrow_right a:hover {
  background-image: url(footer/arrow_right_hover.gif)
}
#arrow_right_spacer {
  float: right;
  width: 82px;
  height: 45px
}
