.expandticker{
background:#A7E4FF;
width: 244px;
height:53px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}

.expandcontent{
display:none;
}