/******************************************
* Slider Bar Form Element Script
* 
* Original program copyright David Harrison
*   d_s_h2@hotmail.com
* Version 2 copyright Eric C. Davis
*   eric@10mar2001.com
* 
* Visit http://www.dynamicdrive.com for
*   loads of other scripts.
* 
* This notice MUST stay intact for use.
*
* Modified by Tom Westcott
* http://www.cyberdummy.co.uk
******************************************/

.move {
	height: 12px;
	background: #f4f4ee url(/images/slider/bar_end.gif) no-repeat 0 0px;
}
.move .move2 {
	margin: 0 2px 0 1px;
	height: 12px;
	background: #fff url(/images/slider/bar_repeat.gif) repeat-x 0 0px;
}

.move2ondrag {
	margin: 0 2px 0 1px;
        height: 12px;
	background: #fff url(/images/slider/bar_repeat_hover.gif) repeat-x 0 0px;
}

.move .slider {
	margin-left: 0;
	margin-top: -12px;
	margin-right: -9px;
	width: 6px;
	height: 11px;
	background: #f4f4ee url(/images/slider/slider.gif) no-repeat 0 0;
	cursor: hand !important;
	cursor: pointer;
}

.sliderondrag {
        margin-left: 0;
        margin-top: -12px;
        margin-right: -9px;
        width: 6px;
        height: 11px;
        background: #f4f4ee url(/images/slider/slider_hover.gif) no-repeat 0 0;
	cursor: w-resize !important;
	cursor: w-resize;
}
