/* 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: #fff;
}
.vscrollerbar {
	width: 9px;
	background-color: #BCBAB8;
	margin: 2px;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 675px;
	height: 291px;
	text-align: center;
	margin-left: 42.5px;
	padding-left: 20px;
	padding-right:15px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	
	float: left;
}

#mycustomscroll_menu {
	/* Typical fixed height and fixed width example */
	width: 435.5px;
	height: 270px;
	text-align: left;
	margin-left: 0;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 25px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	
	float: left;
}