/**
 * JavaScript Slider v0.9
 * http://blog.ovidiu.ch/javascript-slider
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

#slider { position:absolute; top:10px; left:50%; margin-left:-128px; z-index:9999; }
#sliderbg { position:relative; height:18px; width:256px; background:url(../slider/sliderbg.png) no-repeat; }
#sliderthumb { position:absolute; top:-1px; }

.slider {

	height: 18px;
	width: 256px;

}
.slider .handle {
	position: absolute;
	text-align: center;
	cursor: pointer;
}
.slider .disabled {
	background: #898989;
}
