

.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:hover .button_arrow_left {
  background-image: url(../con/button_left_arrow_hover.png);
}

.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 {
  background-image: url(../con/button_right_arrow_hover.png);
}

button {
  position: relative;

  /*text and colors*/
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Arial", "Helvetica";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;

  /*size*/
  padding: 3px 10px 3px 10px;
  
  height: 38px;

  /*border*/
  border: 1px none #F1D304;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;

  background: #23529A; /* for non-css3 browsers */

  /* gradients */
  background: linear-gradient(#23529A, #23529A);
  background: -webkit-gradient(linear, left top, left bottom, from(#23529A), to(#23529A)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #23529A, #23529A); /* for firefox 3.6+ */
  background: -ms-linear-gradient(#23529A, #23529A);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#23529A', endColorstr='#23529A');
  -pie-background: linear-gradient(#23529A, #23529A);

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

  /*gradients */
  background: linear-gradient(#0064AC, #0064AC);
  background: -webkit-gradient(linear, left top, left bottom, from(#0064AC), to(#0064AC)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #0064AC, #0064AC); /* for firefox 3.6+ */
  background: -ms-linear-gradient(#0064AC, #0064AC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#0064AC', endColorstr='#0064AC');
  -pie-background: linear-gradient(#0064AC, #0064AC);
  behavior: url(/hub/css/PIE.htc);
}
button img {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
