.clearer{
  clear:both;
}
.ctrotator{
  width:500px;
  margin:0;
  padding:0px 0px 5px 0px;
  text-align:left;
  background: url('http://www.salentoinrete.net/images/line-bg.png') repeat-y;
}
.ctrotator-item{
  list-style:none;
  padding:5px 0px 3px 0px;
}

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

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

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

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

