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

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

#content{
	width:737px;
	margin:auto;
	height:105px;

}
#galeria{
	width:735px;
	margin-left:5px;
}

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

a.player {
	margin-top:40px;
	margin-left:10px;
	display:block;
	/*background:url(img/splash.png) no-repeat;*/
	width:524px;
	height:298px;
	padding:0 0 75px 0;
	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:150px;
}

#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;
}
