#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 243px;
	height: 1300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 0.3em auto;
	padding: 5px;
	background-image: url(/assets/common/sideContentBg.gif);
	z-index: 1;
}
