.scroll__controls {
    position: absolute;
    display: block;
	height: 100%;
	top: 0px;
	right: 0px;
	width: 20px;
	visibility: hidden;
}

div.scroll-imgup {
    position: absolute;
    top: 0px;
	right: 0px;
}

div.scroll-imgdown {
    position: absolute;
	bottom: 0px;
	right: 0px;
}

div.scroll-bar {
	position: absolute;
	top: 16px;
	left: 5px;
	width: 15px;
}

div.scroll-bar-internal {
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #0973BA;
	display: none;
}

p {
    margin-top: 0;
}


