#rotator {
   margin: 0 0 15px 15px;
   border: 4px solid #222222;
   overflow: hidden;
   position: relative;
   width: 300px;
   height: 216px;
   float: right;
   border-radius: 12px;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
}

#rotator img {
   margin: 0;
   border: 0;
   padding: 0;
   width: 300px;
   height: 200px;
   display: none;
   position: absolute;
   top: 0;
   left: 0;
}

#rotator span {
   position: absolute;
   width: 100%;
   bottom: 0;
   font-family: Verdana, Sans-Serif;
   font-size: 12px;
   z-index: 1;
   background-color: #222222;
   color: White;
   display: none;
   padding-top: 2px;
}
