/*#MyCustomScroll {
	
	height: 180px;
	float: left;
	width: 230px;
	overflow: auto;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	top: 3px;
}*/
#MyCustomScroll {
	/* Typical fixed height and fixed width example */
	height: 183px;
	float: left;
	width: 225px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	top: 23px;
	left: 6px;
	background-image: url(images/Various/ScrollbarBg.png);
	background-repeat: no-repeat;
	background-position: 206px bottom;
}

#MyCustomScroll02 {	/* Typical fixed height and fixed width example */
	height: 105px;
	overflow: auto;
	text-align: left;
	background-image: url(images/Various/ScrollbarBg.png);
	background-repeat: no-repeat;
	background-position: 206px bottom;
	top: 8px;
	right: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	display: block;
	margin: 0;
}
