

#memoryticker{
background-color: #FFFFFF;
width: 330px;
font: normal 13px Calibri, Verdana, Arial, Times New Roman, sans-serif;
/*Tip: add in height attribute here for multiple line scroller*/
border: 1px solid yellow;
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)
}

