

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

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

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

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

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

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

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