.slider-tooltip
{
	width: 80px;
	color: #000;
	background: #EEE;
	box-shadow: 0px 0px 1px rgb(208, 208, 208);
	font-size: 11px;
	text-align: center;
}

#container
{
	width: 300px;
	margin: auto;
	
}
.botao_player
{
	background-image: url(../img/play.png);
	z-index:999;
	/*position: absolute;
	margin: 208px auto auto 570px; */
	margin: 13px auto auto 10px;
	width: 25px;
	height:25px;
	border:none;
	background-repeat:no-repeat;
	cursor:pointer;
	
}
.botao_pause
{
	background-image: url(../img/pause.png);
	z-index:999;
	/*position: absolute;
	margin: 208px auto auto 570px; */
	margin: 13px auto auto 10px;
	width: 25px;
	height:25px;
	border:none;
	background-repeat:no-repeat;
	cursor:pointer;	
}

.fundo_player2
{
	width: 95px;
	height: 47px;
	z-index: 999;
	position: absolute;
	margin: 190px auto auto 750px; 
	background-color:#ccc;
	border-radius: 10px;
	border:1px solid Gray;	
}
.fundo_player
{
	width: 267px;
	height: 60px;
	z-index: 999;
	position: absolute;
	margin: 190px auto auto 560px; 
	background-color:#ccc;
	border-radius: 10px;
	border:1px solid Gray;	
}
.fundo_player3
{
	width: 267px;
	height: 50px;
	z-index: 999;
	position: absolute;
	margin: 10px auto auto 306px; 
	background-color:#ccc;
	border-radius: 10px;
	border:1px solid Gray;	
}
#timeline
{
	width: 174px;
	height: 10px;
	margin: -20px auto auto 45px;
	/*margin: 212px auto auto 600px; 
	position: absolute;*/
	display:block;
	z-index:999;
}

.barra 
{
    background-image: url(../img/barra.png);
    background-repeat: no-repeat;
    background-position: center top;
    display:block;
    height: 20px;
    width: 7px;
    margin-top: -13px;
    cursor:pointer;
}

.barraselected
{
    background-image: url(../img/barra.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    display:block;
    height: 20px;
    width: 7px;
    margin-top: -13px;
    cursor:pointer;
}

.div_filtro
{
	width: 300px;
	height: 200px;
	/*background: White;
	border:1px solid Gray;*/
	position: absolute;
	z-index: 1999;
	top: 45%;
	left: 40%;
}
.divTotalizadores
{
	width: 733px; 
	height: 30px; 
	border: solid 1px #DCDCDC; 
	border-radius: 1px; 
	background-color:#DCDCDC;
	margin-left:1px;
}
#barra1
{
    margin-left: 235px;
}

#barra2 
{
    margin-top: -20px;
    margin-left: 243px; 
}

#barra3 
{
    margin-top: -20px;
    margin-left: 251px; 
}
#divBotoesProximo
{
	margin-left: 40px; width: 100%; height: 30px;
}
#divCorpoHistorico
{
	width: 400px; 
	height: 300px; 
	float: left; 
	margin: 15px auto auto 10px;
	
}
.divBlocoHistorico
{
	width: 35%; height: 50px; float: left	
}
.divCaixaTexto
{
	width: 100%; height: 88px; float: left;	
}
#divBotaoComentar
{
	width: 100%; height: 50px; float: left; 
	margin:15px auto auto 0;
}

.buton
{
	margin:0 auto;
}

.hiddencol {
    display: none;
}