#style-switcher {  
  position: absolute;  
  width: 55px;  
  top: 0;  
  left: 0;  
  background: #ffffff;
  padding: 10px;
} 	
.color-box,
.pattern-box {
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin-right:2px;
	margin-left:2px;
  margin-bottom: 5px;
  border: 1px solid #cacaca;
}
#colorpicker {
	width: 36px;
	height: 36px;
	background: url(../images/colorpicker/select2.png);
}
#colorpicker div {
	width: 28px;
	height: 28px;
	background: url(../images/colorpicker/select2.png) center;
}
