.lb-style-switch {
    opacity: 0.95;
    position: fixed;
    z-index: 9999;
    top: 70px;
    left: -220px;
    background: #FFFFFF;
    font-family: arial,sans-serif;
}
.lb-style-switch:hover {
    opacity: 1 !important;
}
.lb-style-switch .switched-options {
    position: relative;
    width: 220px;
    text-align: left;
    padding: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);    
	background-color:#CCC;    
}
.lb-style-switch .config-title {
    background: ;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
	padding-bottom:3px;
}
.lb-style-switch ul {
    margin-bottom: 25px;
}
.lb-style-switch ul .active a {
    color: #005885;
    font-weight: 700;
}
.lb-style-switch ul .p {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.lb-style-switch ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.lb-style-switch ul li a:hover {
    color: #008ed6;
}
.lb-style-switch ul.styles {
    margin-top: 15px;
}
.lb-style-switch ul.styles li {
    display: inline-block;
    margin-right: 5px;
}
.lb-style-switch ul.styles li div {
    width: 35px;
    height: 35px;
}
.lb-style-switch ul.styles li .carnation {
    background: #F25454;
}
.lb-style-switch ul.styles li .purple {
    background: #8600C8;
}
.lb-style-switch ul.styles li .wine-berry {
    background: #541F2E;
}
.lb-style-switch ul.styles li .carrot-orange {
    background: #EA8825;
}
.lb-style-switch ul.styles li .cerulean {
    background: #008ED6;
}
.lb-style-switch ul.styles li .japonica {
    background: #D17767;
}
.lb-style-switch ul.styles li .niagara {
    background: #09A292;
}
.lb-style-switch ul.styles li .black {
    background: #000000;
}
.lb-style-switch ul.styles li .black {
    background: #fff;
	width: 0; 
  	height: 0; 
  	border-bottom: 35px solid #000; 
  	border-left: 35px solid transparent;
}
.lb-style-switch .switch-button {
    opacity: 1;
    background: #000;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    overflow: hidden;
    right: -44px;
    top: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-style-switch .switch-button:hover {
    background: rgba(0,0,0,0.5);
	color: #fff;
    cursor: pointer;
}
.switch-button .fa{
	width:1em;
}