#memoryticker{
background-color: #666666;
width: 450px;
font: 9px Verdana,Arial,Helvetica;
/*Tip: add in height attribute here for multiple line scroller*/
border: 1px solid #666666;
padding: 3px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}