#scroller {
	FLOAT: right; 
	MARGIN: 0px 0px 0px 0px; 
	TEXT-ALIGN: center;
	}

div#hold { 
  position:relative; width:500px; height:200px; 
  }
div#wn { 
  position:absolute; left:0; top:0;
  width:500px; height:200px; z-index:1;
  clip:rect(0,500px,200px,0); overflow:hidden;
  }
div#cnt {
	position:absolute;
	z-index:-1000;
	left: 234px;
	top: 0px;
}

/* width of table = number of items * scroller width 
   Setting width on table and width and height on table cell needed
   for this example because images vary in size and don't fill scroller space
*/

table#imgTbl { width:500px }
table#imgTbl td {
  width:500px; height:200px; 
  vertical-align:middle;
  }
  
/*Styles for demo - not needed for scroller 
body { font: 14px/1.3 verdana, arial, helvetica, sans-serif }
h1 { font-size:1.3em }	*/
a img { border:none }
Prevents scrollbars - remove this spec if your document needs them 
body { overflow:hidden }

/*div#cnt h3 { font-size:12px; margin:0 0 .5em 0 }  
div#cnt p  { font-size:11px; margin:.5em 0 0 0 }
div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:11px; }
div#cnt ul li { margin: .3em 0 0 1em; list-style-type:none } */

#livorange {
color:#ff6633;
font-weight:bold;
font-size:14px;
margin-left:190px;
font-family: arial, helvetica, sans-serif;
}
