.myOwnSpinner{
	text-align:center;
}
.btn-spinnerBtn {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    background: #e6e6e6;
  background-repeat: repeat-x;
  /*border-color: #0099FF;*/
  font-family: "Î¢ÈíÑÅºÚ";
}

.btn-spinnerDecrease:hover
{
  background-color:#f7f7f7;
  background-position: 0 -15px;
}


