.news {font: normal 11px Arial, Helvetica, sans-serif;color:#000;margin:2px 0;}
.news a {text-decoration:none;color:#000;}
.news a:hover {text-decoration:underline;color:#00f;}

/* holder div contains scroller. set height and width */
#holder1 { position:relative; width:98px; height:117px; z-index:100;}

div#wn1 { 
  position:absolute; 
  width:98px; height:117px; z-index:1;
  clip:rect(0, 98px, 117px, 0); overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item {
  width:98px; height:117px; 
  }
/* holder div contains scroller. set height and width */
#holder2 { position:relative; width:98px; height:117px; z-index:100;}

div#wn2 { 
  position:absolute; 
  width:98px; height:117px; z-index:1;
  clip:rect(0, 98px, 117px, 0); overflow:hidden;
  }
div#cnt2 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item2 {
  width:98px; height:117px; 
}

