#memoryticker{
	background-color: #DEEFFF;
	width: 172px;
	height: 56px;
	font: normal 10px Verdana;
	/*Tip: add in height attribute here for multiple line scroller*/
	border: 0px solid black;
	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)
}
