#COTImageRotator{
   width: 538px; /* important to be same as image width */
   height: 180px; /* important to be same as image height */
   margin-bottom:12px;
   position: relative; /* important */
   overflow: hidden; /* important */
}

#COTImageRotator span {
   position: absolute; /* important */
   left: 0;
   font-size: .8em;
   padding: 6px 13px 8px 13px;
   width: 512px;
   background-color: #1d3d6a;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   bottom: 0;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
