#slideshow {    position:relative;    height:254px;}#slideshow IMG {    position:absolute;    top:0;    left:0;    z-index:8;    opacity:0.0;}#slideshow IMG.active {    z-index:10;    opacity:1.0;	cursor:pointer;}#slideshow IMG.last-active {    z-index:9;}#one_image{    position:relative;}#one_image img{    position:absolute;    top:0;    left:0;    z-index:8;}#one_image IMG.active {    z-index:10;    opacity:0.0;	cursor:pointer;	}#one_image IMG.last-active {    z-index:9;}.navImg{  width:615px;  height:16px;  /*background:#FFFFFF;*/  filter:alpha(opacity=1);  opacity:1;  position:absolute;  margin:-22px 0px 0px 0px;  padding:6px 13px 0px 0px;  text-align:right;  z-index:20;}.navImg img{  filter:alpha(opacity=75);  opacity:0.75;}.rightNav{  margin:1px 7px 0px 13px;}.leftNav{  margin:1px 0px 0px 0px;}