.move {
	height: 21px;
	cursor: hand !important;
	cursor: pointer;
}

.move .move2 {
	margin: 0 1px 0 2px;
	height: 21px;
	background: #eaeaea url(/images/test_bar.gif) left 2px no-repeat;
	cursor: hand !important;
	cursor: pointer;
}

.move2ondrag {
	margin: 0 1px 0 2px;
        height: 21px;
        cursor: hand !important;
        cursor: pointer;
	background: #eaeaea url(/images/test_bar.gif) left 2px no-repeat;
}

.move .slider {
	margin-left: 0;
	margin-top: -21px;
	margin-right: -11px;
	width: 11px;
	height: 21px;
	background: url(/images/slider.png) no-repeat 0 0;
	cursor: hand !important;
	cursor: pointer;
	
}

.sliderondrag {
        margin-left: 0;
        margin-top: -21px;
        margin-right: -11px;
        width: 11px;
        height: 21px;
        background:  url(/images/slider_hover.png) no-repeat 0 0;
        cursor: hand !important;
        cursor: pointer;
}

