#ampnewsticker {
   position: relative;
   overflow: hidden;
   background-color: #777;
}
#ampnewsticker #ampnewsticker_border {
   top: 0;
   margin-left: 6px;
   margin-right: 6px;
   width: auto;
   background: url("../images/ticker_mid.gif") repeat-x;
   height: 30px;
}
#ampnewsticker .ampnewsticker_container {
   position: relative;
   text-decoration: none;
   display: block;
   float: left;
   height: 30px;
}
#ampnewsticker li.ampnewsticker_item {
   position: absolute;
   top: 3px;
   color: #288FE1;
   left: 7px;
   visibility: hidden;
   list-style: none;
   background: none;
}
#ampnewsticker .ampnewsticker_label span {
   position: absolute;
   top: 5px;
   color: #000;
   left: 7px;
}
#ampnewsticker .ampnewsticker_label {
   position: relative;
   display: block;
   float: left;
   height: 25px;
}
#ampnewsticker .ampnewsticker_divider {
   position: relative;
   border-left: 1px solid #CCCCCC;
   width: 1px;
   height: 18px;
   top: 3px;
   float: left;
}
#ampnewsticker .ampnewsticker_left_side {
   position: absolute;
   top: 0;
   left: 0;
   width: 6px;
   height: 30px;
   background: url("../images/left_side.gif") no-repeat;
}
#ampnewsticker .ampnewsticker_right_side {
   position: absolute;
   top: 0;
   right: 0;
   width: 12px;
   height: 30px;
   background: url("../images/right_side.gif") no-repeat;
}