.handle {
position: relative;
/*background: red;*/
background:url(../images/slider.gif) no-repeat;
width: 10px;
height: 30px;
cursor:pointer;
cursor: hand;
}
.handle_left {
position: relative;
background:url(../images/slider_left.gif) no-repeat;
width: 10px;
height: 30px;
cursor:pointer;
cursor: hand;
}
.handle_right {
position: relative;
background:url(../images/slider_right.gif) no-repeat;
width: 10px;
height: 30px;
cursor:pointer;
cursor: hand;
}

.slider_selected {
position: relative;
/*background: green;*/
background: url(../images/slider_bar_bg2.jpg) repeat-x;
height: 30px;
float: left;
cursor: pointer;
cursor: hand;
}

#cut {
/*background: yellow;*/
background: #F7F6F1 url(../images/slider_bar_bg.jpg) repeat-x;
width: 516px;
height: 30px;
cursor: pointer;
cursor: hand;
}

#price {
/*background: yellow;*/
background: #F7F6F1 url(../images/slider_bar_bg.jpg) repeat-x;
width: 240px;
height: 30px;
cursor: pointer;
cursor: hand;
}

#carat {
/*background: yellow;*/
background: #F7F6F1 url(../images/slider_bar_bg.jpg) repeat-x;
width: 240px;
height: 30px;
cursor: pointer;
cursor: hand;
}

#color {
/*background: yellow;*/
background: #F7F6F1 url(../images/slider_bar_bg.jpg) repeat-x;
width: 516px;
height: 30px;
cursor: pointer;
cursor: hand;
}

#clarity {
/*background: yellow;*/
background: #F7F6F1 url(../images/slider_bar_bg.jpg) repeat-x;
width: 516px;
height: 30px;
cursor: pointer;
cursor: hand;
}

.slider_table {
color: #999;
font-size:12px;
padding:0;
}

.slider_table td.header {
font-size: 14px;
font-weight:bold;
color:#354761;
text-align:center;
}