﻿#player
{
    overflow: hidden;
    border: 5px solid #000;
    position: relative;
}

.ft-title {
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  text-align:left;
  display: block;
  width: 625px;
}

.ft-prev
{
    background: transparent url(img/imgSetaEsquerda.png) no-repeat center center;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-indent: -999999px;
}

.ft-next
{
    background: transparent url(img/imgSetaDireita.png) no-repeat center center;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-indent: -999999px;
}

#ft-buttons-player
{
    position:absolute;
    top:10px;
}

#ft-buttons-player .ft-button-player
{
    background: transparent url(img/imgNumeroPlayer.png) no-repeat center center;
    width: 32px;
    height: 32px;
    color: #fff;
}

.ft-button-player-active
{
    background: transparent url(img/imgNumeroPlayerAtivo.png) no-repeat center center !important;
    width: 32px;
    height: 32px;
    color: #fff;
}