.dynamic-slider-control { 
position : relative; 
background-color : #080808; 
cursor : default; 
} 
.horizontal { 
width : 200px; 
height : 27px; 
} 
.vertical { 
width : 29px; 
height : 200px; 
} 
.dynamic-slider-control input { 
display : none; 
} 
.dynamic-slider-control .handle { 
position : absolute; 
font-size : 1px; 
overflow : hidden; 
cursor : default; 
} 
.dynamic-slider-control.horizontal .handle { 
width : 31px; 
height : 14px; 
background-image : url("handle.horizontal.png"); 
} 
.dynamic-slider-control.vertical .handle { 
width : 15px; 
height : 31px; 
background-image : url("handle.vertical.png"); 
} 
.dynamic-slider-control .line { 
position : absolute; 
font-size : 0.01mm; 
overflow : hidden; 
border : 1px solid #5a615a; 
background : #bdbebd; 
} 
.dynamic-slider-control.vertical .line { 
width : 3px; 
} 
.dynamic-slider-control.horizontal .line { 
height : 3px; 
} 
.dynamic-slider-control .line div { 
width : 1px; 
height : 1px; 
border : 1px solid; 
border-color : #e6e6e6 #bdbebd #bdbebd #e6e6e6; 
}
