/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.hscrollerbar {width: 40px !important; height: 12px  !important; background-color: #EC1C24; cursor: pointer;}

.hscrollerbase {height: 6px; background-image: url(img/scrollbase.png); background-repeat: repeat-x;}

.vscrollerbar, .hscrollerbar {padding: 0px;z-index: 2;}

.scrollerjogbox {width: 12px;height: 1px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

#mycustomscroll
{
	width: 895px !important;
	width: 903px;
	height: 315px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px;
   padding: 0px;
	padding-left: 8px;
	outline: none;
	text-align: justify;
	background-color: #ffffff;	
}