div#filterby select { 
   width: 147px!important;
   height: 22px;
   color: #646464;
   background: url('../img/select_size.gif') no-repeat;
   padding: 0 24px 0 8px;
   overflow: hidden;
   border: 0;
   /*width:130px; */
}

select.styled {
	opacity:0;
	position:relative;
	width:147px;
	z-index:5;
}

select.text {
	padding-left:2px;
padding-right:2px;
}

