#promoplayer
{
  float:left;
  width:664px;
  height:262px;
  position:relative;
  cursor:pointer;
}

#promoplayer ul
{
  height:262px;
  overflow:hidden;
}

#promoplayer .promoitem
{
  width:664px;
  height:262px;
}

#promoplayer #promofader
{
  position:absolute;
  -webkit-opacity:.7;
  -moz-opacity:.7;
  filter:alpha(opacity=70);
  width:100%;
  height:30px;
  background-color:#000;
  bottom:4px;
}

#promoplayer #promolabel
{
  position:absolute;
  color:#0f0;
  left:10px;
  bottom:9px;
  font:11pt verdana;
}

#promoplayer #promolabel span
{
  color:#fff;
}

#promoplayer #promonav
{
  position:absolute;
  right:10px;
  bottom:9px;
  font:9pt verdana;
  height:20px;
}

#promoplayer #promonav a
{
  display:inline;
  float:left;
  text-decoration:none;
  margin-left:10px;
}

#promoplayer #promonav a.jump
{
  color:#fff;
  background-color:#444;
  padding:2px 5px;
  margin-bottom:5px;
  border:1px solid #000;
}

#promoplayer #promonav a.jump:hover
{
  border:1px solid #999;
}

#promoplayer #promonav a.selected,
#promoplayer #promonav a.selected:hover
{
  border:1px solid #ccc;
}

#promoplayer #promonav a#promo-rw
{
  width:20px;
  margin-top:4px;
  line-height:14px;
  background: transparent url('../img/promo_rw_ff.png') 0px 0px no-repeat;
}

#promoplayer #promonav a#promo-ff
{
  width:20px;
  margin-top:4px;
  line-height:14px;
  background: transparent url('../img/promo_rw_ff.png') 0px -14px no-repeat;
}

