#boxhider {
    width: 60px;
    height: 300px;
    margin-left: -112px;
    top: 40%;
    background-color: #42413C;
    position: fixed;
    z-index: 101;
}

#box{
    width: 36px;
    font-size: 12px;
    line-height: 20px;
    margin-left: -85px;
    top: 42%; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
}

#tab{
    float: right;
    list-style: none outside none;
    list-style-type: none !important;
    margin-top: 34px;
    margin-left: 19px;
    padding: 0;
    position: fixed;
    outline: none;
    z-index: 99;
}

#tab li span{
    display: block;
    padding: 0 5px;
    position: relative;
}

#links{
    width: 36px;
    padding: 0px;
    float: left;
    border-left: 1px solid #B4B8BB;
}

.show, .hide{
    /* we specify the transition length for hiding and showing */
            transition: margin-left .4s ease-in;
    -webkit-transition: margin-left .4s ease-in;
}

.hide{
    margin-left:-87px !important;
}

.show{
    margin-left:-52px !important;
}

#arrow, .bt{
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #eee;
    vertical-align: middle;
    width: 24px;
    height: 129px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#arrow img {
    margin-left: 2px;
    margin-top: 80px;
    width: 20px;
        -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.bt{
    width: 32px;
    height: 32px;
    margin: -1px;
    text-align:center;
    border:1px solid #fff;
    font: bold 13px Helvetica,Arial,sans-serif;
    text-shadow:0px 0px 5px rgba(0, 0, 0, 0.75);
    background:#fff;
}

.bt a{
    line-height: 32px;
    color: #fff;
    display: block;
}

.bt:hover{
    transition: background .3s linear;
    background: #32A3D3;
         -o-transition: background .3s linear;
       -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
}

#deco{
    width: 32px;
    float: left;
    background-color: #fff;
}

.shareTxt {
    top: 43px;
    left: 2px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    width: 70px;
    margin-left: -30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}