#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 360px;
height: 190px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
padding-right: 15px;
margin-top: 25px;
margin-left: 20px;
}
.text {
font-family: Verdana;
font-size: 11px;
color: #666666;
text-align: center;
}