.skintg-chooser-container {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 1000;

    width: 0;
    height: 600px;

    -webkit-transition: 1000ms right;
       -moz-transition: 1000ms right;
         -o-transition: 1000ms right;
            transition: 1000ms right;
}

.skintg-chooser-container .skintg-chooser {
    position: relative;

    width: 250px;
    height: 100%;
    overflow-y: scroll;

    border: 1px solid #ccc;
    background-color: #fff;
}

.skintg-chooser-container .arrow-left {
    position: absolute;
    top: 27%;
    left: -50px;
    z-index: -1;

    width: 50px;
    height: 50px;
    margin-top: -20px;

    font-size: 1.1rem;
    line-height: 51px;

    -webkit-transition: 300ms color;
       -moz-transition: 300ms color;
         -o-transition: 300ms color;
            transition: 300ms color;
    text-align: center;

    color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    background-color: #3ca2d9;
}

.skintg-chooser-container .arrow-left:hover {
    color: #ccc;
}

.skintg-chooser-container a i{
    margin-top: 7px;
	font-size:24px;
}

/*
@media (max-width: 959px) {
    #skin-chooser-container {
        display: none;
    }
}
*/