.clearer{
  clear:both;
}
.ctrotator{
	width:350px;
	margin:0;
	padding:0 0 5px 0;
	background: url('line-bg.png') repeat-y;
}
.ctrotator-item{
  list-style:none;
  padding:5px 0 5px 5px;
}

.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;
}

