.nextend-switcher{
    margin: 2px 0 3px;
    float: left;
}

.x-rtl .nextend-switcher{
    float: right;
}

.nextend-switcher-vertical{
    float: left; 
    border: 1px solid #b9b9b9;
    background-color: #ddd;
    border-radius: 10px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
}

.x-rtl .nextend-switcher-vertical{
    float: right;
}

.nextend-switcher-vertical-dot{
    width: 7px;
    height: 18px;
    background: url("../../images/switcher.png") no-repeat center -11px;
    cursor: pointer;
    -webkit-transition:background-position 0.2s ease-in;  
    -moz-transition:background-position 0.2s ease-in;  
    -o-transition:background-position 0.2s ease-in;  
    transition:background-position 0.2s ease-in;  
}

.nextend-switcher-on .nextend-switcher-vertical-dot{
    background-position: center 0;
}

.nextend-switcher-units{
    float: left;
    margin-left: 2px;
    margin-top: -3px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.x-rtl .nextend-switcher-units{
    float: right;
    margin-right: 2px;
    margin-left: 0;
}

.nextend-switcher-on .nextend-switcher-units span:first-child,
.nextend-switcher-units span {
    float: left;
    clear: left;
    font-size: 10px;
    color: #b7b7b7;
    line-height: 12px;
    cursor: pointer;
}

.x-rtl .nextend-switcher-on .nextend-switcher-units span:first-child,
.x-rtl .nextend-switcher-units span{
    float: right;
    clear: right;
}


.nextend-switcher-on .nextend-switcher-units span,
.nextend-switcher-units span:first-child {
    color: #6C7581;
}