

.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: "Raleway";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;

  /*size*/
  padding: 5px 5px 5px 5px;
  width: 160px;
  height: 40px;

  /*border*/
  border: 1px none #ffffff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;

  background: #2f6ff6; /* for non-css3 browsers */

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

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: #140155;
  background: #bcf24d; /* for non-css3 browsers */

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