

.button_arrow_left_text {
  display: none;
}
.button_arrow_left {
  display: inline-block;
  background-image: url(../con/button_left_arrow.png);
  border: 0px none;
  height: 0px;
  width: 0px;
  padding: 5px;
  margin-right: 4px !important;
  background-repeat: no-repeat;
}

.button_arrow_right_text {
  display: none;
}
.button_arrow_right {
  display: inline-block;
  background-image: url(../con/button_right_arrow.png);
  border: 0px none;
  height: 0px;
  width: 0px;
  padding: 5px;
  margin-left: 4px !important;
  background-repeat: no-repeat;
}

button:hover .button_arrow_right {
  display: inline-block;
  background-image: url(../con/button_right_arrow_hover.png);
  border: 0px none;
  height: 0px;
  width: 0px;
  padding: 5px;
  margin-left: 4px !important;
  background-repeat: no-repeat;
}

button {
  position: relative;

  /*text and colors*/
  font-size: 10px;
  color: #004b83;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;

  /*size*/
  padding: 2px 5px 2px 5px;
  
  height: 24px;

  /*border*/
  border: 1px solid #cfd7d9;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;

  background: #ffffff; /* for non-css3 browsers */


position: relative;
  behavior: url(/hub/css/PIE.htc);
}
button:link {
  color: #004b83;
  text-decoration: none;
  width: 100px;
}
button:hover {
  position: relative;
  text-decoration: none;
  color: #004b83;
  background: #eaeeed; /* for non-css3 browsers */

  /*gradients */
  behavior: url(/hub/css/PIE.htc);
}
button img {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
