.selector {
	width: 145px;
  height: 29px;
	font: 14px/28px 'PT Sans';
  color: #333333;
  position: relative;
	background: url('../images/bg//sidebar/filter/select.png') no-repeat;
}

.selector span {
	width: 87px;
	height: 29px;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 38px 0 10px;
  display: block;
}

.selector select {
	width: 145px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}