.picker {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(/images/picker/select.png);
}
.picker div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(/images/picker/select.png) center;
}

