﻿.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 4px;
	background-color:#efe7dc;
}

.vscrollerbar {

	width: 4px;

	background-color:#cdb18f;

}


.hscrollerbase {

	height: 0px;
	
	background-color:#efe7dc;

}


.hscrollerbar {

	height: 0px;

	background-color:#cdb18f;

}



.scrollerjogbox {

	width: 4px;

	height: 4px;

	top: auto;
	left: auto;

	bottom: 0px;
	right: 0px;

	background-color:#efe7dc;

}