﻿.JTrackBarSky {
	height:22px;
}

.JTrackBarSky .btnLeft{
	width:20px;
	height:22px;
	background-image: url(res.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.JTrackBarSky .btnRight{
	width:20px;
	height:22px;
	background-image: url(res.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

.JTrackBarSky .btnUp{
	width:22px;
	height:30px;
	background-image:url(res_v.gif);
	background-repeat:no-repeat;
	background-position:-19px 0px;
}

.JTrackBarSky .btnDown{
	width:22px;
	height:30px;
	background-image:url(res_v.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.JTrackBarSky .trackAreaH{
	height:22px;
	background-image: url(res.gif);
	background-repeat:repeat-x;
	background-position:0px -38px;
}

.JTrackBarSky .trackAreaV{
	width:22px;
	background-image:url(res_v.gif);
	background-repeat:repeat-y;
	background-position:-38px 0px;
}

.JTrackBarSky .btnPointerH{
	width:20px;
	height:22px;
	background-image: url(res.gif);
	background-repeat:no-repeat;
	background-position:0px -58px;
	cursor:move;
}

.JTrackBarSky .btnPointerV{
	width:22px;
	height:20px;
	background-image:url(res_v.gif);
	background-repeat:no-repeat;
	background-position:-58px 0px;
	cursor:move;
}
