/***********************************
********* Chamada Principal ********
***********************************/
.ch_principal {
    float: left;
    width: 485px;
	height: 320px;
    margin-bottom: 0px;
}
.ch_principal h6.chapeu_foto {
    float: left;
    position: relative;
    height: 22px;
    top: -22px;
    margin-bottom: -22px;
    font-size: 1.35em;
    letter-spacing: -1px;
}
.ch_principal h3 {
    clear: both;
    padding-top: 0px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.22em;
    letter-spacing: -0.07em;
}
.ch_principal img {
    width: 485px;
    height: 250px;
	border: 0px;
}
.ch_principal ul.relacionados { margin-top: 0px; !important; }

/*** Chamada Tv ***/
.ch_principal_tv {
    padding: 0px 0px 0px 0px;
}
.ch_principal_tv ul.chamadas li { display: none; min-height: 314px; }
.ch_principal_tv ul.chamadas li.ativo { display: block; }
.ch_principal_tv ul.chamadas h3 {
    overflow: hidden;
    height: 30px;
    padding-top: 0px;
    margin-bottom: 0px;
}
.ch_principal_tv ul.estrelas { position: absolute; }
.ch_principal_tv ul.controle {
    position: relative;
    float: right;
    height: 10px;
    margin-top: -33px;
	margin-left: -30px;
	margin-right: 5px;
}
.ch_principal_tv ul.controle li {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    display: block;
    width: 16px;
    height: 16px;
    border: 0px;
    background-color: #E78727;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.ch_principal_tv ul.controle li.ativo { color:#E78727 !important; }

/*** Varia com a sessÃ£o ***/
.ch_principal_tv { background-color: #F0F0F0; }
.ch_principal_tv ul.controle li { color: #FFFFFF; }
.ch_principal_tv ul.controle li:hover { background-color: #E78727; }
.ch_principal_tv ul.controle li.ativo { background-color: #FCDAB8; }
/**/

/********************** Chamadas Videos **********************/
body {
	margin: 0;
	padding: 0;
}

a img{
	border:0px;
}

#container {
	width: 630px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	min-height:140px;
	top: 0;
}

#mainContent{
	position:absolute;
	top: 0;
}

#mycarousel{
    position: absolute;
	top:0px;
	left:0px;	
	background-color:#E4E4E4;
    width: 630px;
	height:140px;
	padding-left:0px;
	border: 0px solid #37332E;
}

#content li{
	margin-top:10px;
    margin-left: 5px;
	margin-right:5px;
	margin-bottom: 3px;
	position:relative;
	border:5px solid #E8DAE3;
}

#content a{
	text-decoration:none;
}

#content a:hover img{
	border:0px solid #E8DAE3;
	-moz-opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#content a h3{
	position:absolute;
	margin:0px;
	font-size:10px;
	right:0px;
	bottom:0px;
	color:#FFF;
	padding:2px 3px;
	background-color:#CE6D0C;
	display:none;
}

#content a:hover h3{
	display:block;
}

.next {
    z-index: 30;
}

.prev {
    z-index: 30;
}

.next {
    position: absolute;
    top: 30px;
    right: -45px;
    width: 37px;
    height: 74px;
    cursor: pointer;
    background: url(img/but_proximo.gif) no-repeat 0 0;
}

.next:hover {
    background-position: 0px 0;
}

.next:active {
    background-position: 0px 0;
}

.prev {
    position: absolute;
    top: 30px;
    left: -40px;
    width: 37px;
    height: 74px;
    cursor: pointer;
    background: url(img/but_anterior.gif) no-repeat 0 0;
}

.prev:hover {
    background-position: 0px 0;
}

.prev:active {
    background-position: 0px 0;
}
