/* 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: 13px;
	background-color:#d3d3d3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.vscrollerbar {
	width: 6px;
	padding:3px;
	margin:0px 3px;
	background-color:#e64a3e;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
border:0px solid #000000;
width: 95%;
height: 200px;
margin:5px 0px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}


#mycustomscroll1 {
/* Typical fixed height and fixed width example */
border:0px solid #000000;
width: 775px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-bottom:20px;
padding-left: 15px;
}