/* Scroll Bar Master Styling Starts Here */
.commercial #scrollBox {
	/* Typical fixed height and fixed width example */
	width: 585px;
	height: 330px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right: 15px;
}
.company #scrollBox {
	/* Typical fixed height and fixed width example */
	width: 860px;
	height: 220px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right: 10px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #202020;
}
.vscrollerbar {
	width: 10px;
	background-color: #666666;
}
