#scrollwrap {
    position:relative;
    overflow:hidden;
	height:auto;
}

div.rangey,
div.rangex
{
	float:right;
}

#scrolly {
    position:relative;
    width:62px;
	padding:0;
}

#scrollx {
    position:relative;
    width:62px;
	padding:0;
}

.slider {
    position:relative;
    cursor:pointer;
    height:30px;
    width:61px;
	background-color:#ec6e00;
	background-image:url(../images/bg_scroller.jpg);
	background-position:center;
}

div#vehiculos .slider {
	background-color:#5381db;
	background-image:url(../images/bg_scroller_rojo.jpg);
}


.progress {
	height:30px;
	position:absolute;
	width:0;
	background-color:transparent;
}

.handle {
	background-color: transparent;
	height:30px;
	width:30px;
	position:absolute;
	display:block;
	cursor:default;
	background-image:url(../images/bg_handle.png);
	background-repeat:repeat;
	transition: none;
}

div#vehiculos .handle {
	background-image:url(../images/bg_handle_rojo.png);
}

.handle:active {
	background-color: transparent;
}

.handle:hover {
	background-color: transparent;
}

.range {
    display:none;
}
