.scroll-track {
	background-image: url(textscroll/track.png);
	background-repeat: repeat;
	height: 8px;
	width: 10px;
}

.scroll-handle {
	background-image: url(textscroll/handle.png);
	background-repeat: repeat;
	cursor: pointer;
	width: 10px;
}

.scroll-track-top {
	background-image: url(textscroll/up.png);
	height: 10px;
	width: 10px;
	cursor: pointer;
}

.scroll-handle-bot {
	background-image: url(textscroll/handle-bot.png);
	height: 5px;
	width: 10px;
}

.scroll-handle-top {
	background-image: url(textscroll/handle-top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 10px;
}

.scroll-track-bot {
	background-image: url(textscroll/down.png);
	height: 10px;
	width: 10px;
	cursor: pointer;
}

.makeScroll{
	
	overflow:hidden;
	position: absolute;
	top: 296px;
	left: 76px;
	width: 510px;
	height: 225px;
	
} 