/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 195px;
height: 533px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin-left: 8px;
margin-right: 0px;
margin-top: -20px;
font-size:10px;
color: #999999;
}
