.color_palette{
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -258px;
	width: 40px;
	background: rgba(198,201,204,.5);
	overflow: hidden;
	border-radius: 0 3px 3px 0;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	z-index: 500;
	transition: all .5s ease-out .5s;
}
.color_palette_header{
	background: url('../images/sprite.png') no-repeat -120px 0 #adb0b3;
	height: 40px;
}
.color_palette_list li{
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	border: 1px solid #adb0b3;
	margin: 20px 10px;
}
.color_palette_list li:hover, .color_palette_list li.active{
	cursor: pointer;
	border: 1px solid #fff;
}
