.switcher-box {
	position: fixed;
	width: 177px;
	top: 35%;
	right: -177px; /*177*/
	z-index: 9999;
	background: #FFF;
	border: 1px solid #F3F3F3;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 24px;
	padding-left: 18px;
}

.switcher-box h4 {
    color: #292929;
    font-family: "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.switcher-box .colors-list {
    margin: 0px 0px 0px -2px;
}

.switcher-box .colors-list li {
    display: inline-block;
    font-size: 0px;
    list-style: none;
    margin: 0px 1px;
}

.switcher-box .colors-list li a {
    width: 35px;
    cursor: pointer;
    height: 35px;
    display: block;
}

.switcher-box .colors-list li a.default {
    background-color: #E74C3C;
}

.switcher-box .colors-list li a.lightblue {
    background-color: #00D3F9;
}

.switcher-box .colors-list li a.gray {
    background-color: #9BB5AC;
}

.switcher-box .colors-list li a.coffee {
    background-color: #998675;
}

.switcher-box .colors-list li a.green {
    background-color: #9C3;
}

.switcher-box .colors-list li a.orange {
    background-color: #F60;
}

.switcher-box .colors-list li a.wisteria {
    background-color: #9b59b6;
}

.switcher-box .colors-list li a.mblue {
    background-color: #34495e;
}

.switcher-box .colors-list li a.greensea {
    background-color: #1abc9c;
}

.switcher-box .open-switcher {
    position: absolute;
    left: -64px; 
    top: -1px;
    width: 64px;
    border-radius: 0px;
    border: 0px none;
    padding: 0px;
    height: 70px;
    background: #f2f3f7;
}

.switcher-box .open-switcher i {
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    font-size: 25px;
    color: #252525;
    display: block;
}