.clearer{
  clear:both;
}
.ctrotator{
 /* width:180px;*/
  margin:0;
  padding:0 0 5px 0;
 /* background: url('line-bg.png') repeat-y;*/
 border-top:1px solid #f2f2f2;
}
.ctrotator-item{
  list-style:none;
  padding:2px 0 3px 0;
  border-bottom:1px solid #f2f2f2;
}

.ctrotator-item a{
  color:#666;
  text-decoration:none;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ctrotator-item a:hover{
  text-decoration:none;
}

.ctrotator-item:hover{
  background-color:#fdfde4; /*#e5ffff;*/
}

#tooltip{
  width:250px;
  opacity: 1;
  font-size:10px;
}
