#MyCustomScroll {
	/* Typical fixed height and fixed width example */
	height: 183px;
	float: left;
	width: 365px;
	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: 49px;
	background-image: url(images/ScrollbarBg.png);
	background-repeat: no-repeat;
	background-position: 346px bottom;
}
