/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 150px;
height: 245px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:absolute;
background-color:none;
margin-top:0px;
padding-top:0px;

}





/* general page style ends here */
