

.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: 14px;
  color: #FFFFFF;
  font-family: "Krub", "Maven Pro", "Barlow", "Open Sans", "Lucida Sans", "Trebuchet MS", "Arial";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;

  /*size*/
  padding: 4px 10px 4px 10px;
  
  

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

  background: #818a8f; /* for non-css3 browsers */

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

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: #FFFFFF;
  background: #115E7F; /* for non-css3 browsers */

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