#slider {
    margin: 40px 0 20px 0;
    height: 30px;
    width: 100%;
    text-align: center;
}

#slider_container {
    margin: 0px auto;
    width: 500px;
}

.slider .part {
    background-color: #F7F4E4;
    _display: inline;
    cursor: pointer;
    float: left;
    height: 100%;
    margin-left: 10px;
    width: 1px;
}
#slider span.desc {
    display: block;
    _display: inline;
    position: relative;
    height: 50px;
    width: 10px;
}

#slider span.desc .content {
    position: absolute;
    top: -35px;
    left: -10px;
}


/* slider root element */
.slider { 
	background:#e4e1b9 none repeat-x 0 0;
	height:9px; 
	position:relative;
	cursor:pointer;
	border: 0 none;
	width:500px;
	float:left;
	clear:right;
	margin-top:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color: #F7F4E4;
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background:transparent url('/media/page/slider/pointer.png') repeat-x 0 0;
	height:28px;
	width:25px;
	top:-12px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	border: 0 none;
	cursor:move;
        z-index: 1000;
}

/* the input field */
.range {
	border:1px inset #ddd;
	float:left;
	font-size:20px;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:50px;
}
