.slider {
	/*background:#3C72E6 url(../../../img/gradient/h30.png) repeat-x 0 0; */
	height:1px; 
	position:relative; 
	cursor:pointer;
	/*border:1px solid #333;*/
	width:440px;
	float:left; 
	clear:right;
	margin-top:10px;
    
    background-color: grey;
    /*
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-box-shadow:inset 0 0 8px #000;*/
}

/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#ff0000; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background-image:url(handle.png);
    
    background-repeat: no-repeat;
	/*background-color: yellow;*/
	height:20px;
	width:20px;
	top:-12px;
	position:absolute; 
	display:block; 
	margin-top:1px;
    cursor: pointer;
	/*border:1px solid #000;*/
	
    /*
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	-moz-border-radius:14px;
	-webkit-border-radius:14px; 
    */
}

/* the input field */
.range {
   visibility: hidden;
   position: absolute;
   /*float:left;
   
   width: 30px;
   
	/*border:1px inset #ddd;
	
	font-size:20px;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:50px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 		*/
}

.range_number{
   
   position: absolute;
   /*float: left;*/
   text-align:center;
   background-image:url(vline.png);
   background-repeat: no-repeat;
   background-position: center top;
   height: 30px;
   top: 0px;
   padding-top: 10px;
}
