﻿#memoryticker{
background-color: #ffffcc;
width: 468px;
font: bold 12px Verdana;
color:#000000;
/*Tip: add in height attribute here for multiple line scroller*/
border: 1px solid #95adb7;
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)
}

