
/* ------------------------- SCROLLING --------------------- BEGIN --------------- */
#scroll {
	position: absolute;
	left: 282px;
	top: 50px;
	z-index: 1;
	width: 7px;
	height: 286px;
	visibility: hidden;
}
#arrowup {
	width: 7px;
	height: 11px;
	margin-bottom: 2px;
}
#arrowdown {
	width: 7px;
	height: 11px;
	margin-top: 2px;
}
#scrollbartrack {
	position: relative;
	left: 0px;
	top: 0px;
	width: 7px;
	height: 260px;
	background-color: #dddddd;
}
#slider {
	width: 7px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* ------------------------- SCROLLING --------------------- END --------------- */

