#nrotator {
  width:448px;
  height:275px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
#nrotator #inDiv {
  position:absolute;
  width:446px;
  height:273px;
  text-align:center;
  overflow:hidden;
  visibility:hidden;
}
#nrotator #navigation {
  position:absolute;
  right:5px;
  bottom:5px;
  border:0px dashed #999999;
  text-align:right;
}
#nrotator li {
  width:16px;
  height:14px;
  text-align: left;
  padding-left:7px;
  padding-top:0px;
  margin-left:2px;
  float: left;
  list-style: none;
  border:1px solid;
  background-color: #CBC4C4;
}
#nrotator .lifade {
  color: #D5CFCF;
}
#nrotator li:hover, #nrotator .liselect {
	background-color: #DFF2F9;
}
#nrotator, #nrotator a:link, #nrotator a:visited {
  font-family:verdana, Helvetica, arial;
  font-size:11px;
  color: black;
  text-decoration: none;
}
#nrotator a:hover {
  font-family:verdana, Helvetica, arial;
  font-size:12px;
  font-weight:bold;
  color: red;
  text-decoration: none;
}