/******************************************
* 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 {
	margin: 0 1px 0 2px;
	height: 26px;
	
	cursor: pointer;
}

.move2ondrag {
	margin: 0 1px 0 2px;
        height: 26px;
        
        cursor: pointer;
	}

.move .slider {
	margin-left: 0;
	margin-top: -26px;
	margin-right: -11px;
	width: 15px;
	height: 26px;
	background: #f4f4ee url('/images/ikony_suwak.gif') no-repeat;
	
	cursor: pointer;
}

.sliderondrag {
        margin-left: 0;
        margin-top: -26px;
        margin-right: -11px;
        width: 15px;
		height: 26px;
		background: #f4f4ee url('/images/ikony_suwak.gif') no-repeat;
		
        cursor: pointer;
}
#speedout { background: #FFFFFF url(/images/speedout.gif) no-repeat 0 6px; float:left; height:26px; }

