.theme_colorpicker
{
	position: absolute;
	right: 0;
	top: 15%;
	display: block;
	width: 34px;
	height: 34px;
	background: url('../images/colorpicker/picker.png') #000000 no-repeat;
	z-index: 10;
	cursor: pointer;
}
.colorpicker
{
	z-index: 10;
	right: 0;
	left: auto !important;
}