div.simpleslider .track 
{
background-color: #BBBBBB;
position: relative;
height: 5px;
width: 200px;
cursor: pointer; 
z-index: 0;
}

div.simpleslider .handle 
{
background-color: #81ce89;
border: 1px solid #232323;
position: absolute;
height: 13px;
width: 5px;
top: -5px;
cursor: move; 
z-index: 2;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

div.simpleslider #changed
{
display: none;
}

div.simpleslider table td
{
vertical-align: middle;
padding: 10px 10px 10px 0;
}

div.simpleslider div.control
{
margin-bottom: 10px;
}
