/******************************************
* 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: 26px;
	cursor: pointer;
}
.move .move2, .move2ondrag {
	margin: 0 1px 0 2px;
	height: 26px;
	cursor: pointer;
}


.move .slider, .move .slider2 {
	margin-left: 0;
	margin-top: -23px;
	margin-right: -11px;
	width: 40px;
	height: 62px;
	background: url('/img/calc/slider.png') no-repeat;
	
	cursor: pointer;
}

.sliderondrag {
        margin-left: 0;
        margin-top: -23px;
        margin-right: -11px;
        width: 40px;
		height: 62px;
		background: url('/img/calc/slider_hover.png') no-repeat;
		
        cursor: pointer;
}

#speedout { 
	background: #FFFFFF url(/img/calc/sliderBG.jpg) repeat-x; 
	float:left; 
	height:45px;
	width: 250px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

