.tabs {
padding:0 0 7px 15px;
text-align:left;
vertical-align:bottom;
}

.tabs li {
cursor: pointer; 
display:inline;
color:#c4e5f9!important;
padding:0 3px 10px 3px;
font-size:16px;

margin-right:10px;
}

.tabs .current {
background: #fff url(/images/tab/active.gif) no-repeat center bottom;
color:#128AD6!important;
}

.tabs li:hover {
color:#a7cee7!important;
}

.tabs .current:hover {
color:#128AD6!important;
}

  .box {
  display: none; /* по умолчанию прячем все блоки */
}
.box.visible {
  display: block; /* по умолчанию показываем нужный блок */
}
