.litabswch {padding-left: 50px;}
/*  Переключатели_________________________________________*/
a {text-decoration: none;}

.litabs > li
{ display: inline-block;
padding: 12px 20px;
margin: 0px 15px 5px;
background-color: #6F07A0;
border-radius: 10px;
-webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
        transform: skew(-15deg);
cursor: pointer;
-webkit-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s;}


.litabs > li:hover
 {background-color: #47075E;}

.tab-title{
text-align: left;
font-style: normal;
font-weight: 200;
font-size: 1.15em;
line-height: 1em;
text-transform: uppercase;
color: #FFFFFF;
margin: 5px 0;}

.tab-title-bold{
font-weight: 500;}

.tabdescription {
font-style: normal;
font-weight: normal;
font-size: 0.9em;
line-height: 0.5em;
line-height: 16px;
color: #FFD600;
margin: 2px 0;}

/*  Переключатели__________________________________*/

.litab-content
{    width:100%;
    height:705px;
    overflow:hidden;}

 .ultab {
    list-style: none;
     /* Эти 3 линии, для Opera */
    height: 720px;
    overflow: scroll;
    overflow-y: hidden;
}    

.litab-content > ul > li {
    width:100%;
    height:705px;
}