.rotator {
left:0px;
top:0px;
padding:0px;
margin:0px;
}

.rotator h2 span {
   color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}

.rotator li {
  list-style-type:none;

}
.rotator h2 {
   position: absolute;
   top: 75px;
   left: 0px;
   width: 100%;
display:none;	
}
.rotator img {
   position: relative;
   width: 100%; /* for IE 6 */
}