@charset "utf-8";
/* CSS Document */

div#content {
	width:765px;
	height:420px;
	top:50px;
	left:50%;
	margin-left:-300px;
	overflow:auto;
}

div#content div#videos{
	margin-bottom:20px;
}

div.video {
	width:725px;
	height:86px;
	background:url(../img/bg-transparente.png) top repeat-x;
	_background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg-transparente.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IEca ler o PNG */
	margin-bottom:8px;
	padding:1px;
}

div.video img {
	float:left;
	margin-right:13px;
}

div.texto {
	padding:13px;
}
div.texto a {
	font-size:14px;
	font-weight:bold;
}

p.exibicoes {
	font-size:11px !important;
}

div.texto p {
	font-size:12px;
}

a.paginacao{
	background: url('../img/botoes_completo.gif') no-repeat -208px -5px;
	display:block;
	width:73px;
	height:19px;
	float:left;
}

a.paginacao:hover{ background: url('../img/botoes_completo.gif') no-repeat -208px -27px; }

a.recado {
	background: url('../img/botoes_completo.gif') no-repeat -84px -5px ;
	margin:0 231px;
	width: 118px;
	height: 19px;
	display:block;
	float:left;
}

a.recado:hover { 
	background: url('../img/botoes_completo.gif') no-repeat -84px -27px ; 
}


a.proximos{
	background: url('../img/botoes_completo.gif') no-repeat -5px -5px;

}
a.proximos:hover{ background: url('../img/botoes_completo.gif') no-repeat -5px -27px; }

a.proximos.inativo{ 
	cursor:default;
	background: url('../img/botoes_completo.gif') no-repeat -5px -49px;
}

a.anteriores.inativo{
	background: url('../img/botoes_completo.gif') no-repeat -208px -49px;
	cursor:default;
}

