/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 700px;
	height: 357px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0;
	padding: 0;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}

.flexcroll{
	width:700px;
	height:357px;;
	padding:0px;
	margin:0px;
	background-color:#4F5153;
}

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

.vscrollerbase {
width: 10px;
background-color: gray;
}
.vscrollerbar {
width: 10px;
background-color: white;
}
.hscrollerbase {
height: 10px;
background-color: gray;
}
.hscrollerbar {
height: 10px;
background-color: white;
}

