.colorPanel {
    margin: 0px;
    position: fixed;
    z-index: 100;
    min-width: 20px;
    background-color: #ffffff;
    top: 40%;
    right: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
.colorPanel ul {
    margin: 0px;
    padding: 0 0 5px 0;
    list-style: none;
	display:none;

}

.colorPanel ul li {
    display: block;
    margin-top: 5px;
    padding: 5px;
}

.colorPanel ul a {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#cpToggle{
	display:block;
	height:40px;
	width:40px;
    padding: 5px;
	background: url(../images/gear-loader.gif) #222222;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}