/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0; 
}

.vscrollerbase {
	width: 3px;
	background-color:#5a5a5a; 
}
.vscrollerbar {
	width: 3px;
	background-color:#fff; 
}


.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}

#mycustomscrol {
	/* Typical fixed height and fixed width example */
	width: 395px;
	height: 458px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top:8px;
	padding:0px 13px 0 23px;
	
	text-align:justify;
	color:#b4b4b4;
	font-size:12px;
	font-family:"Century Gothic",'CenturyGothic',Arial;
}
