.clearer{
  clear:both;
}
.ctrotator{
  /*width:180px;*/
  margin:0;
  padding:0 0 5px 0;
  /*background: url('line-bg.png') repeat-y;*/
  cursor:pointer;
}
.ctrotator-item{
  /* list-style:none; 
  padding:3px 0 3px 0;*/
  margin-bottom:5px;
  cursor:pointer;
}

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

.ctrotator-item a:hover{
  text-decoration:underline;
  cursor:pointer;
}

.ctrotator-item:hover{
  background-color:#2F1B10;
  cursor:pointer;
}

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