﻿fadeUpdates div {
	 visibility:hidden;
}
 #fadeUpdates, #fadeUpdates div.default {
   width: 150px;
   height: 120px;
   overflow:hidden;
   visibility:visible;
 }
 #fadeUpdates table tr td div {
  visibility:visible;
 }

/* The width and height properties should match those you will use in step 4.

 To further style the scroller container, assign CSS properties to the
 scroller target id */

 #fadeUpdates {
   background-color:#f6f6f6;
   margin:0px auto;
 }

 /*The script will replace each block you add to the container with a
 single-celled <table>. So to style the blocks of your scroller, you
 can style these table cells as if they were actually part of your
 document source */

 #fadeUpdates table tr td {
   padding: 7px;
   color:#000000;
   text-align: left;
   vertical-align:top;
 }