@charset "utf-8";
.wt-rotator {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(imagens/fundobanner.html);
	position:relative;
	display:block;
	width:100%;
	height:327px;
	overflow:hidden;
	float:right;
}
.wt-rotator a {
	outline:none;
}
#main-img {
	display:block;
	position:absolute;
	top:-9px;
	left:-20px;
	z-index:1;
	border:none;
}
#bg-img {
	display:block;
	position:absolute;
	top:204px;
	left:241px;
	z-index:0;
	border:none;
}
.desc {
	background-color:#000;
	background:transparent url(assets/panel_bg.html) repeat scroll 0 0;
	color:#FFF;
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	width:300px;
	padding:10px;
	overflow:hidden;
}
.textofoto{
	width:358px;
	height:121px;
	position:absolute;
	background:url(../images/13anos_text.html) no-repeat;
	text-indent:-9000em;
	left:12px;
	top:210px;
	z-index:5;
}
.tmp-desc {
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:300px;
	padding:10px;
}
.preloader {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	padding:2px;
	display:none;
}
.c-panel {
	position:relative;
	float:left;
	clear:both;
	top:0;
	left:0;
	width:auto;
	height:auto;
	z-index:5;
	margin: 6px 0 0 6px;
	display:none;
}
.buttons {
	position:relative;
	display:block;
	float:right;
	clear:none;
	float:left;
}

.thumbnails {
	float:left;
	height:18px;
	display:block;
	position:relative;
	clear:none;
	right:100px;
	bottom:0;
}

.thumbnails ul {
	list-style:none;
	width:auto;	
	height:auto;
	margin:5px 0 0 0;
	padding:0;
	
}

.thumbnails li {
	float:left;
	width:17px;
	height:18px;
	display:block;
	clear:none;
	position:relative;
	list-style:none;
	text-indent:-9000em;
	overflow:hidden;
	cursor:pointer;
	padding:0px;
	background:url(../imagens/bolinha_vazia.html) no-repeat;
}

.thumbnails li.thumb-over,
.thumbnails li.curr-thumb {
	width:17px;
	height:18px;
	background:url(../imagens/bolinha_cheia.html) no-repeat;
}

.thumbnails li * {
	display:none;
}

.play-btn,
.prev-btn,
.next-btn {
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	width:24px;
	height:24px;
	background-color:#000;
	border:1px solid #000;	
	cursor:pointer;
}
.play-btn {
	background:#000 url(assets/pause.html) no-repeat center;
}
.prev-btn {
	background:#000 url(assets/prev.html) no-repeat center;
}
.next-btn {
	background:#000 url(assets/next.html) no-repeat center;
}
.button-over {
	background-color:#CCC;	
}
#tooltip {
	color:#FFFFFF;
	background-color:#000000;
	background:transparent url(assets/panel_bg.html) repeat scroll 0 0;
	padding:4px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	display:none;
}
.block {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	z-index:2;
}
.vpiece {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:100%;
	z-index:2;
}
.hpiece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:2;
}
