
.callbacks_tabs {
	text-align:center;
	padding-left:0;
	color:#000:
}


.callbacks_tabs li {
	display:inline;
	margin:.5em;
}
.callbacks_tabs a
{
  text-indent: -9999px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgba(255, 102, 0, 0.4);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  display: inline-block;
  box-shadow: 0px 0px 2px 0px rgba(255, 102, 0, 0.5) inset;
  width: 9px;
  height: 9px;
  color:#000;
}

.callbacks_here a
{
  background-color: rgba(255, 102, 0, 1);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color:#000;
}



