.clearer{
  clear:both;
}
.ctrotator{
  width:200px;
}
.ctrotator-item
{
  list-style:none;
  padding:2px 0 3px 0;
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 400px;
	background: url(/images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
}
.ctrotator-item:first-letter {
	background: url(/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}


.ctrotator-item a{
  color:#666;
  text-decoration:none;
  font-size:11px;
}

.ctrotator-item a:hover{
  text-decoration:underline;
}

.ctrotator-item:hover{
  background-color:#ededed;
}

#tooltip{
  width:250px;
  opacity: 1;
}

