#scroller1{
    width: 120px;
    height: 80px;
    padding-right: 40px;
}

/* further styling if required */
.myscroller1{
    font-family: Arial, Veranda, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 110%;
}
.myscroller1 a{
    color: #0253a5;
    text-decoration: underline;
}
.myscroller1 a:hover{
    color: #0253a5;
    text-decoration: none;
}
