.ui-slider{
	height: 12px;
	width:300px;
	position: relative;
	border: 0px;
	z-index:1;


}

.fondo_slider{
	height: 12px;
	width:333px;
	background:url(../images/listado_vo/fndo_slide.jpg) no-repeat;
	margin-top:3px;
	margin-left:24px;
}


.ui-slider .ui-slider-handle{
        background: transparent url(../images/listado_vo/selectorbusca.gif) no-repeat ;
        z-index:2;
		outline:none;
		width: 36px;
        height: 8px;
        position: absolute;
		top:2px;
        font-size: 1px;
        overflow: hidden;
        border: none;
		margin-left:-12px;


}

.caja_valor_slider{
background-color:#fafafa;
width:60px;
font-weight:bold;
font-size:10px;
color:#000;
border:none;

}
