/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 320px;
	height: 286px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background: transparent;
	/*background-color:#000;*/
	margin: 0px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:20px;
}
/* general page style ends here */
