/* Default skin */
.dhtmlxSlider { 	
  	position:relative;
	overflow:hidden;
  	height:16px;
	left:0px; 
	
}

.dhtmlxSlider .selector {
	position:absolute;
	overflow:hidden;
  	height:16px;
	width:16px;
	left:5px;
}

.dhtmlxSlider .leftSide {
  position:absolute;
  left:0px;
  top:0px;
  width:3px;
  height:12px;
}

.dhtmlxSlider .leftZone {
	position:absolute;
	top:0px;
	left:3px;
	width:50px;
    height:12px;
}

.dhtmlxSlider .rightSide {
  position:absolute;
  right:0px;
  top:0px;
  width:2px;
  height:12px;
}

.dhtmlxSlider .rightZone {
  position:absolute;
	left:39px;
	top:0px;
  height:12px;
}
/* End default skin */

