.tickerclass{
position:absolute;
left:0px;
top:0px;
width: 250px;
height: 60px;
background-color: #aa0000;
text-align: left;
margin-bottom: 1em;
overflow: hidden;
color: #ffffff;
}

.tickerclass a{
text-decoration: none;
color: #ffffff;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
color: #ffffff;
float: right;
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
position: absolute;
top:0px;
right:5px;
  z-index:1;
}
.rsstitle a{ /*shared class for all title elements in an RSS feed*/
color: #ffffff;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
text-align: left;
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
}

.tickerchannel{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 247px;
  padding-left: 3px;
  background-color: #111111;
  color: #ffffff;
  font-size: 9pt;
}

.tickergenre{
  position: absolute;
  left: 0px;
  top: 46px;
  width: 247px;
  padding-left: 18px;
  background-color: #111111;
  color: #ffffff;
  font-size: 9pt;
}

.tickertime{
  position: absolute;
  right:5px;
  top: 46px;
  color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  z-index:1;
}

.tickerartist{
  position: absolute;
  left: 8px;
  top: 14px;
  line-height: 0.9;
}

.tickertitle{
  position: absolute;
  left: 8px;
  top: 28px;
}
.tickersmallbar{
  background: #ffffff;
  position: absolute;
  height: 3px;
  width: 2px;
  left: 3px;
  top: 54px;
  float: left;
  color: #ffffff;
  z-index:1;
}
.tickermedbar{
  background: #ffffff;
  position: absolute;
  width: 2px;
  height: 6px;
  left: 7px;
  top: 51px;
  float: left;
  color: #ffffff;
  z-index:1;
}
.tickerbigbar{
  background: #ffffff;
  position: absolute;
  width: 2px;
  height: 9px;
  left: 11px;
  top: 48px;
  float: left;
  color: #ffffff;
  z-index:1;
}
.listen{
cursor: pointer;
cursor: hand;
}
