

.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: "Lucida Sans", "Trebuchet MS", "Arial";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;

  /*size*/
  padding: 0px 10px 1px 10px;
  
  height: 18px;

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

  background: #3f97b5; /* for non-css3 browsers */

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

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: #9dbaca; /* for non-css3 browsers */

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