
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 133px;
height: 400px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
padding: 0px;
}


/* general page style ends here */

