.tabs {
  width: 100%;
  float:left;
  list-style: none;
  position: relative;
  height:auto;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}

.m535{ height:535px;}

.tabs label {
 /* width:77px;*/
 
  text-align:center;
  display: block;
  padding: 7px 5px;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
  font-weight: normal;
  color:#FFFFFF;
  text-transform: uppercase;
  background: #42a684;
  cursor: pointer;
  position: relative;
  top: 0px;
  width:77.6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs .labelon {
  background:#CC9900;
}
.tabs .tab-content {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  top:;
  left: 0;
  
}
.tsadver2 img{width:100px;height:100px;margin-top:10px}
.tabs .tab-content ul span{ font-size:14px; margin-left:5px;}
