.clearer{
  clear:both;
}
.ctrotator{
  width:180px;
  padding:0;

}

/*IE needs extra margin and padding set for the indented li */
* html ul li {
    margin-left:-10px;
}
/* end IE hack */

.ctrotator-item{
  list-style:none;
  padding:2px 0 3px 5px;
  list-style-position:inside;
  display:block !important;
  background-color:#fdd002;
 border-bottom:2px #fff solid;
}

.ctrotator-item a{
  color:#667;
  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:#fff;
  color:#000;
}

