.ms-tabs-template {
  max-width: 858px;
  margin: 0 auto;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.ms-tabs-template .ms-thumb-frame h3 {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 1px #d9e0e4;
  margin: 0;
  padding: 6px 0; }

.ms-tabs-template .ms-thumb-frame p {
  visibility: hidden; }

.ms-tabs-template .ms-thumb-frame-selected h3 {
  color: #69747a;
  text-shadow: 0 1px 1px #ebeff1; }

/* masterslider.css overrides */
.ms-tabs .ms-thumb {
  padding: 0;
  margin: 0;
  text-align: center; }

.ms-thumb-list {
  overflow: visible; }

.ms-tabs .ms-thumb-frame {
  background-color: #ebeff1; }

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 0; }

.ms-tabs .ms-thumb {
  padding: 0; }

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #d9e0e4; }

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  opacity: 0;
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-top: solid 12px rgba(237, 237, 237, 0.01);
  border-left: solid 12px transparent;
  border-right: solid 12px transparent; }

.ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: 29px;
  border-top-color: #d9e0e4;
  border-bottom: none; }

