.tickerclass{
position:absolute;
left:0px;
top:0px;
width: 348px;
height: 92px;
padding: 2px;
background-color: #66aaff;
border: 1px solid black;
text-align: left;
margin-bottom: 1em;
overflow: hidden;
color: #66aaff;
}

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

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

.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: 16pt;
}

.tickerchannel{
  position: absolute;
  left: 2px;
  top: 2px;
  width: 343px;
  padding-left: 5px;
  background-color: #111111;
  color: #66aaff;
  font-size: 14pt;
}

.tickergenre{
  position: absolute;
  left: 2px;
  top: 72px;
  width: 343px;
  padding-left: 28px;
  background-color: #111111;
  color: #66aaff;
  font-size: 14pt;
}

.tickertime{
  position: relative;
  height: 0px;
  left:-5px;
  top: 70px;
  float:right;
  color: #66aaff;
  font-family: arial, helvetica, sans-serif;
  font-size: 14pt;
  z-index:1;
}

.tickerartist{
  position: absolute;
  left: 12px;
  top: 27px;
  line-height: 0.9;
}

.tickertitle{
  position: absolute;
  left: 12px;
  top: 48px;
}
.tickersmallbar{
  background: #66aaff;
  position: absolute;
  height: 5px;
  width: 4px;
  left: 5px;
  top: 85px;
  float: left;
  color: #66aaff;
  z-index:1;
}
.tickermedbar{
  background: #66aaff;
  position: absolute;
  width: 4px;
  height: 10px;
  left: 12px;
  top: 80px;
  float: left;
  color: #66aaff;
  z-index:1;
}
.tickerbigbar{
  background: #66aaff;
  position: absolute;
  width: 4px;
  height: 15px;
  left: 19px;
  top: 75px;
  float: left;
  color: #66aaff;
  z-index:1;
}
.listen{
cursor: pointer;
cursor: hand;
}
