.expandticker
{border:0px solid black;
padding:7px;
background-image:url('images/client.jpg');
width: 172px;
height:100px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}
.expandticker2
{border:0px solid black;
padding:3px;
background-image:url('images/news.jpg');
width: 185px;
height:200px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}


.update
{border:0px solid black;
padding:7px;
background-image:url('images/updates.jpg');
width: 210px;
height:173px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
}


.expandcontent
{
display:none;
color: white;
}

