.clearer{
  clear:both;
}
.ctrotator{
  width:250px;
  height:50px;  
  margin:0;
  padding:0 0 5px 0;
  background: url('line-bg.png') repeat-y;
}
.ctrotator-item{
  list-style:none;
  padding:2px 0 3px 0;
  font-family: tahoma;
  font-size: 11px;
  color: #52847C;
  text-decoration: none;   
}

.ctrotator-item a{
  color:#666;
  font-family: tahoma;
  font-size: 11px;
  color: #52847C;
  text-decoration: none;   
}

.ctrotator-item a:hover{
  text-decoration:underline;
  font-family: tahoma;
  font-size: 11px;
  color: #52847C;
}

.ctrotator-item:hover{
  background-color:#e5ffff;
  font-family: tahoma;
  font-size: 11px;
  color: #52847C;
  text-decoration: none;   
}

#tooltip{
  width:250px;
  opacity: 1;
}
