@charset "utf-8";
.scroll-track{
	height:15px;
	width:10px;
	cursor: pointer;
}

.scroll-handle{
 height:10px;
 width:10px;
 background-image: url(scroll-handle.gif);
 background-repeat: repeat-y;
 cursor: pointer;
}
.scroll-track-top{
	height:15px;
	width:10px; 
	cursor: pointer;
 background-image: url(scroll-track-top.gif);
 background-repeat:no-repeat;
}
.scroll-track-bot{
	height:15px;
	width:10px;
	cursor: pointer;
	background-image: url(scroll-track-bot.gif);
	 background-repeat:no-repeat;
}
.scroll-handle-top{
 height:4px;
 width:10px;
 background: #dde;
 cursor:pointer;
 background-image: url(scroll-handle-top.gif);
  background-repeat:no-repeat;

}

.scroll-handle-bot{
 height:4px;
 width:10px;
 background: #dde;
 cursor: pointer;
 background-image: url(scroll-handle-bot.gif);
 background-repeat:no-repeat;

}
