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

body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
}

#banner{
	background-image:url(../img/banner.png);
	background-repeat:no-repeat;
	width:990px;
	height:110px;
	margin:auto;
}
#content{
	width:765px;
	margin:auto;

}
#galeria{
	width:765px;
	margin-top:400px;
}
#rodape{
	background-image:url(../img/rodape.png);
	background-repeat:no-repeat;
	margin-top:540px;
	margin-left:-10px;
	width:980px;
	height:50px;
}
	

a:active {  outline:none; }
:focus   { -moz-outline-style:none; }

a.player {	
	margin-top:40px;
	display:block;
	background:url(../img/splash.png) no-repeat;
	width:350.5px;
	height:298px;
	padding:0 0 75px 220px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

a.player img {
	margin-top:115px;
	border:0;	
}

#tooltip { 
    display:none; 
    background:url(../img/black_arrow_big.png);
	background-repeat:no-repeat;
    height:173px; 
    padding:30px 30px 10px 40px; 
    width:140px; 
    font-size:11px; 
    color:#fff; 
	text-align:justify;
	z-index:1;
}

#descricao{
	margin-left:5px;
	color:#8a4468;
	font-size:26px;
	font-weight:bolder;
}
#descricao span{
	margin-left:240px;
}

#tt_videos em{
	color:#8a4468;
}

#gallery .disabled { 
    visibility:visible !important; 
} 
 
#gallery .inactive { 
    visibility:hidden !important; 
}

/* remove margins from the image */ 
.items img { 
    margin:0; 
} 
 
/* make A tags our floating scrollable items */ 
.items a { 
    display:block; 
    float:left; 
} 